ICanBoogie/HTTP v2.4.0
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Exception
    • HTTP
      • Dispatcher
      • Headers
      • Request

Classes

  • CallableDispatcher
  • Dispatcher
  • File
  • FileInfo
  • FileList
  • Headers
  • Helpers
  • RedirectResponse
  • Request
  • Response
  • Status
  • WeightedDispatcher

Interfaces

  • DispatcherInterface
  • Exception

Exceptions

  • DispatcherNotDefined
  • ForceRedirect
  • MethodNotSupported
  • NotFound
  • 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\ServiceUnavailable implements ICanBoogie\HTTP\Exception
Namespace: ICanBoogie\HTTP
Located at ServiceUnavailable.php

Methods summary

public
# __construct( $message = "The server is currently unavailable (because it is overloaded or down for maintenance).", $code = 503, ICanBoogie\HTTP\Exception $previous = null )

Overrides

Exception::__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.4.0 API documentation generated by ApiGen