Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
plugins
/
wordfence
/
vendor
/
geoip2
/
geoip2
/
src
/
Exception
:
HttpException.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace GeoIp2\Exception; /** * This class represents an HTTP transport error. */ class HttpException extends GeoIp2Exception { /** * The URI queried. */ public $uri; public function __construct( $message, $httpStatus, $uri, \Exception $previous = null ) { $this->uri = $uri; parent::__construct($message, $httpStatus, $previous); } }