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 ServiceUnavailable

Exception thrown when the server is currently unavailable (because it is overloaded or down for maintenance).

Exception implements Throwable
Extended by ICanBoogie\HTTP\ServerError implements ICanBoogie\HTTP\Exception
Extended by ICanBoogie\HTTP\ServiceUnavailable implements ICanBoogie\HTTP\Exception
Namespace: ICanBoogie\HTTP
Located at ServiceUnavailable.php

Methods summary

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

Inheritdoc

Overrides

ICanBoogie\HTTP\ServerError::__construct

Methods inherited from Exception

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

Constants summary

string DEFAULT_MESSAGE
# "The server is currently unavailable (because it is overloaded or down for maintenance)."

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

ICanBoogie/HTTP master API documentation generated by ApiGen