Class RouteNotDefined
Exception thrown when a route does not exists.
- Exception implements Throwable
- ┗ ICanBoogie\Routing\RouteNotDefined implements ICanBoogie\Routing\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Methods summary
public
__construct( string $id, integer $code = Status::NOT_FOUND, ICanBoogie\Routing\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