Overview

Namespaces

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

Exceptions

  • BadFunctionCallException
  • BadMethodCallException
  • DomainException
  • Exception
  • InvalidArgumentException
  • LengthException
  • LogicException
  • OutOfBoundsException
  • OutOfRangeException
  • OverflowException
  • RangeException
  • RuntimeException
  • UnderflowException
  • UnexpectedValueException
  • Overview
  • Namespace
  • Class

Class RuntimeException

Exception thrown if an error which can only be found on runtime occurs.

Exception
Extended by RuntimeException
Extended by DSchoenbauer\Exception\Platform\RuntimeException implements DSchoenbauer\Exception\ExceptionInterface

Direct known subclasses

DSchoenbauer\Exception\Http\ClientError\ClientErrorException, DSchoenbauer\Exception\Http\ServerError\ServerErrorException

Indirect known subclasses

DSchoenbauer\Exception\Http\ClientError\BadRequestException, DSchoenbauer\Exception\Http\ClientError\ConflictException, DSchoenbauer\Exception\Http\ClientError\UnsupportedMediaType, DSchoenbauer\Exception\Http\ClientError\UpgradeRequiredException, DSchoenbauer\Exception\Http\ServerError\InternalServerErrorException, DSchoenbauer\Exception\Http\ServerError\ServiceUnavailableException, DSchoenbauer\Exception\Http\ClientError\ForbiddenException, DSchoenbauer\Exception\Http\ClientError\NotAllowedException, DSchoenbauer\Exception\Http\ClientError\NotFoundException, DSchoenbauer\Exception\Http\ClientError\PayloadTooLargeException, DSchoenbauer\Exception\Http\ClientError\PaymentRequiredException, DSchoenbauer\Exception\Http\ClientError\UnauthorizedException, DSchoenbauer\Exception\Http\ClientError\UnavailableForLegalReasonsException, DSchoenbauer\Exception\Http\ClientError\UnprocessableEntityException
Namespace: DSchoenbauer\Exception\Platform
Author: David Schoenbauer dschoenbauer@gmail.com
Since: 1.0.0
Located at Exception/Platform/RuntimeException.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