Class StatusCodeNotValid
Exception thrown when the HTTP status code is not valid.
- Exception implements Throwable
-
LogicException
-
InvalidArgumentException
-
ICanBoogie\HTTP\StatusCodeNotValid
implements
ICanBoogie\HTTP\Exception
uses
ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
protected
|
|
public
|
#
__construct( $status_code, $message = null, $code = Status::INTERNAL_SERVER_ERROR,
|
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
Properties summary
Properties inherited from Exception
$code,
$file,
$line,
$message
Magic properties
public read-only
integer
|
$status_code
The status code that is not supported. |