ICanBoogie/HTTP master
  • 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 DispatcherNotDefined

Exception thrown in attempt to obtain a dispatcher that is not defined.

Exception implements Throwable
Extended by LogicException
Extended by ICanBoogie\HTTP\DispatcherNotDefined implements ICanBoogie\HTTP\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\HTTP
Located at DispatcherNotDefined.php

Methods summary

protected string
# get_dispatcher_id( )

Returns

string
public
# __construct( string $dispatcher_id, string|null $message = null, Exception|integer $code = Status::INTERNAL_SERVER_ERROR, ICanBoogie\HTTP\Exception $previous = null )

Parameters

$dispatcher_id
$message
$code
$previous

Overrides

Exception::__construct
protected string
# format_message( string $dispatcher_id )

Formats exception message.

Formats exception message.

Parameters

$dispatcher_id

Returns

string

Methods inherited from Exception

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

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

Magic properties

public read-only string $dispatcher_id

The identifier of the dispatcher.

ICanBoogie/HTTP master API documentation generated by ApiGen