ICanBoogie
  • Documentation
  • API Reference
  • HTTP master
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 DispatcherNotDefined

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

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

Methods summary

protected get_dispatcher_id( void ) : string

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 format_message( string $dispatcher_id ) : string

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 $dispatcher_id : string

The identifier of the dispatcher.

HTTP master – Check on GitHub – API documentation generated by ApiGen