ICanBoogie/HTTP v2.5.0
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Exception
    • HTTP
      • Headers
      • Request
      • RequestDispatcher

Classes

  • CallableDispatcher
  • File
  • FileInfo
  • FileList
  • FileResponse
  • Headers
  • RedirectResponse
  • Request
  • RequestDispatcher
  • RequestRange
  • Response
  • Status
  • WeightedDispatcher

Interfaces

  • Dispatcher
  • Exception
  • SecurityError

Exceptions

  • AuthenticationRequired
  • ClientError
  • DispatcherNotDefined
  • ForceRedirect
  • MethodNotSupported
  • NotFound
  • PermissionRequired
  • ServerError
  • ServiceUnavailable
  • StatusCodeNotValid

Functions

  • dispatch
  • get_dispatcher
  • get_initial_request

Class AuthenticationRequired

Exception thrown when user authentication is required.

Event hooks may rescue the exception and provide a login form instead.

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

Methods summary

public
# __construct( $message = "The requested URL requires authentication.", $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.5.0 API documentation generated by ApiGen