Table of Contents
Constants
-
CLIENT_CODE
= 400
-
DEFAULT_CODE
= 200
-
SERVICE_CODE
= 300
Properties
-
$http_code
: int|null
Methods
-
__construct()
: mixed
-
getHTTPCode()
: int|null
CLIENT_CODE
public
mixed
CLIENT_CODE
= 400
DEFAULT_CODE
public
mixed
DEFAULT_CODE
= 200
SERVICE_CODE
public
mixed
SERVICE_CODE
= 300
$http_code
protected
int|null
$http_code
= null
__construct()
public
__construct(string $message[, int|null $http_code = null ][, Throwable|null $previous = null ]) : mixed
Parameters
-
$message
: string
-
-
$http_code
: int|null
= null
-
-
$previous
: Throwable|null
= null
-
getHTTPCode()
public
getHTTPCode() : int|null