ICanBoogie/HTTP v2.6.0
  • Namespace
  • Class

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

Functions

  • dispatch
  • get_dispatcher
  • get_initial_request

Class DispatcherProviderNotDefined

Exception thrown in attempt to obtain a dispatcher when no provider is defined.

Exception implements Throwable
Extended by LogicException
Extended by ICanBoogie\HTTP\DispatcherProviderNotDefined implements ICanBoogie\HTTP\Exception
Namespace: ICanBoogie\HTTP
Located at DispatcherProviderNotDefined.php

Methods summary

public
# __construct( $message = self::DEFAULT_MESSAGE, $code = Status::INTERNAL_SERVER_ERROR, ICanBoogie\HTTP\Exception $previous = null )

Overrides

Exception::__construct

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

ICanBoogie/HTTP v2.6.0 API documentation generated by ApiGen