Class DispatcherProviderNotDefined
Exception thrown in attempt to obtain a dispatcher when no provider is defined.
- Exception implements Throwable
- LogicException
- ICanBoogie\HTTP\DispatcherProviderNotDefined implements ICanBoogie\HTTP\Exception
Methods summary
public
|
#
__construct( $message = self::DEFAULT_MESSAGE, $code = Status::INTERNAL_SERVER_ERROR,
|
Methods inherited from Exception
__toString()
,
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Constants summary
string |
DEFAULT_MESSAGE
|
#
"No provider is defined yet. Please define one with `DispatcherProvider::define(\$provider)`."
|
Properties summary
Properties inherited from Exception
$code
,
$file
,
$line
,
$message