Class NotFound
Exception thrown when a resource is not found.
- Exception implements Throwable
- ┗ ICanBoogie\HTTP\ClientError implements ICanBoogie\HTTP\Exception
- ┗ ICanBoogie\HTTP\NotFound implements ICanBoogie\HTTP\Exception
Methods summary
public
__construct( $message = 'The requested URL was not found on this server.', $code = Status::NOT_FOUND, 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