Overview

Namespaces

  • PHP
  • Saklient
    • Cloud
      • Enums
      • Errors
      • Models
      • Resources
    • Errors

Classes

  • ExceptionFactory

Exceptions

  • HttpBadGatewayException
  • HttpBadRequestException
  • HttpConflictException
  • HttpException
  • HttpExpectationFailedException
  • HttpFailedDependencyException
  • HttpForbiddenException
  • HttpGatewayTimeoutException
  • HttpGoneException
  • HttpHttpVersionNotSupportedException
  • HttpInsufficientStorageException
  • HttpInternalServerErrorException
  • HttpLengthRequiredException
  • HttpLockedException
  • HttpMethodNotAllowedException
  • HttpNotAcceptableException
  • HttpNotExtendedException
  • HttpNotFoundException
  • HttpNotImplementedException
  • HttpPaymentRequiredException
  • HttpPreconditionFailedException
  • HttpProxyAuthenticationRequiredException
  • HttpRequestedRangeNotSatisfiableException
  • HttpRequestEntityTooLargeException
  • HttpRequestTimeoutException
  • HttpRequestUriTooLongException
  • HttpServiceUnavailableException
  • HttpUnauthorizedException
  • HttpUnprocessableEntityException
  • HttpUnsupportedMediaTypeException
  • HttpUpgradeRequiredException
  • HttpVariantAlsoNegotiatesException
  • SaklientException
  • Overview
  • Namespace
  • Class
  • Tree

Class HttpBadGatewayException

HTTPエラー。Bad Gateway.

Exception
Extended by Saklient\Errors\HttpException
Extended by Saklient\Errors\HttpBadGatewayException
Namespace: Saklient\Errors
Located at Saklient/Errors/HttpBadGatewayException.php
Methods summary
public
# __construct( integer $status, string $code = null, string $message = "" )

Parameters

$status
integer
$status
$code
string
$code=null
$message
string
$message=""

Overrides

Saklient\Errors\HttpException::__construct()
Methods inherited from Exception
__toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Saklient\Errors\HttpException
$code, $status
Properties inherited from Exception
$file, $line, $message
API documentation generated by ApiGen 2.8.0