ICanBoogie
  • Documentation
  • API Reference
  • HTTP v2.6.0
Namespaces
  • ICanBoogie
    • Exception
    • HTTP
      • Headers
      • Request
      • RequestDispatcher
Classes
  • CallableDispatcher
  • DispatcherProvider
  • File
  • FileInfo
  • FileList
  • FileResponse
  • Headers
  • ProvideDispatcher
  • RedirectResponse
  • Request
  • RequestDispatcher
  • RequestOptionsMapper
  • RequestRange
  • Response
  • Status
  • WeightedDispatcher
Interfaces
  • Dispatcher
  • Exception
  • FileOptions
  • RequestMethods
  • RequestOptions
  • ResponseStatus
  • SecurityError
Exceptions
  • AuthenticationRequired
  • ClientError
  • DispatcherNotDefined
  • DispatcherProviderNotDefined
  • ForceRedirect
  • MethodNotSupported
  • NotFound
  • PermissionRequired
  • ServerError
  • ServiceUnavailable
  • StatusCodeNotValid

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
Namespace: ICanBoogie\HTTP
Located at NotFound.php

Methods summary

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

Inheritdoc

Overrides

ICanBoogie\HTTP\ClientError::__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.6.0 – Check on GitHub – API documentation generated by ApiGen