Class MethodNotSupported
Exception thrown when the HTTP method is not supported.
- Exception
-
ICanBoogie\HTTP\MethodNotSupported
implements
ICanBoogie\HTTP\Exception
uses
ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
protected
|
|
public
|
Methods inherited from Exception
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
Properties summary
Properties inherited from Exception
$code,
$file,
$line,
$message
Magic properties
public read-only
string
|
$method
The unsupported HTTP method. |