Overview

Namespaces

  • DSchoenbauer
    • Exception
      • Http
        • ClientError
        • ServerError
      • Platform

Exceptions

  • InternalServerErrorException
  • ServerErrorException
  • ServiceUnavailableException
  • Overview
  • Namespace
  • Class

Class ServerErrorException

A base runtime application exception indicating a server error (HTTP 5xx status codes).

Exception
Extended by RuntimeException
Extended by DSchoenbauer\Exception\Platform\RuntimeException implements DSchoenbauer\Exception\ExceptionInterface
Extended by DSchoenbauer\Exception\Http\ServerError\ServerErrorException implements DSchoenbauer\Exception\Http\HttpExceptionInterface

Direct known subclasses

DSchoenbauer\Exception\Http\ServerError\InternalServerErrorException, DSchoenbauer\Exception\Http\ServerError\ServiceUnavailableException
Namespace: DSchoenbauer\Exception\Http\ServerError
Author: David Schoenbauer dschoenbauer@gmail.com
Since: 1.0.0
Located at Exception/Http/ServerError/ServerErrorException.php
Methods inherited from Exception
__construct(), __toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
API documentation generated by ApiGen