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 PermissionRequired

Exception thrown when a user lacks a required permission.

Exception implements Throwable
Extended by ICanBoogie\HTTP\ClientError implements ICanBoogie\HTTP\Exception
Extended by ICanBoogie\HTTP\PermissionRequired implements ICanBoogie\HTTP\SecurityError
Namespace: ICanBoogie\HTTP
Located at PermissionRequired.php

Methods summary

public
# __construct( $message = "You don't have the required permission.", $code = Status::UNAUTHORIZED, 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

ICanBoogie/HTTP v2.6.0 API documentation generated by ApiGen