ICanBoogie
  • Documentation
  • API Reference
  • HTTP v2.4.0
Namespaces
  • ICanBoogie
    • Exception
    • HTTP
      • Dispatcher
      • Headers
      • Request
Classes
  • CallableDispatcher
  • Dispatcher
  • File
  • FileInfo
  • FileList
  • Headers
  • Helpers
  • RedirectResponse
  • Request
  • Response
  • Status
  • WeightedDispatcher
Interfaces
  • DispatcherInterface
  • Exception
Exceptions
  • DispatcherNotDefined
  • ForceRedirect
  • MethodNotSupported
  • NotFound
  • ServiceUnavailable
  • StatusCodeNotValid

Class NotFound

Exception thrown when a resource is not found.

Exception implements Throwable
┗ ICanBoogie\HTTP\NotFound implements ICanBoogie\HTTP\Exception
Namespace: ICanBoogie\HTTP
Located at NotFound.php

Methods summary

public __construct( $message = 'The requested URL was not found on this server.', $code = 404, ICanBoogie\HTTP\Exception $previous = null )

Overrides

Exception::__construct

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

HTTP v2.4.0 – Check on GitHub – API documentation generated by ApiGen