Overview

Namespaces

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

Exceptions

  • BadRequestException
  • ClientErrorException
  • ConflictException
  • ForbiddenException
  • NotAllowedException
  • NotFoundException
  • PayloadTooLargeException
  • PaymentRequiredException
  • UnauthorizedException
  • UnavailableForLegalReasonsException
  • UnprocessableEntityException
  • UnsupportedMediaType
  • UpgradeRequiredException
  • Overview
  • Namespace
  • Class

Class ClientErrorException

A base runtime application exception indicating a client request error (HTTP 4xx status codes).

Exception
Extended by RuntimeException
Extended by DSchoenbauer\Exception\Platform\RuntimeException implements DSchoenbauer\Exception\ExceptionInterface
Extended by DSchoenbauer\Exception\Http\ClientError\ClientErrorException implements DSchoenbauer\Exception\Http\HttpExceptionInterface

Direct 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\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\Http\ClientError
Author: David Schoenbauer dschoenbauer@gmail.com
Since: 1.0.0
Located at Exception/Http/ClientError/ClientErrorException.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