Class MethodNotSupported
Exception thrown when the HTTP method is not supported.
- Exception implements Throwable
- ┗ ICanBoogie\HTTP\ClientError implements ICanBoogie\HTTP\Exception
- ┗ ICanBoogie\HTTP\MethodNotSupported implements ICanBoogie\HTTP\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
public
__construct( string $method
, integer $code
= Status::INTERNAL_SERVER_ERROR, ICanBoogie\HTTP\Exception
$previous
= null )
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message