HTTPException.php
system/HTTP/Exceptions/HTTPException.php
1 class
21 methods
class HTTPException
Things that can go wrong with HTTP
forMissingCurl
()
forSSLCertNotFound
(string $cert)
forInvalidSSLKey
(string $key)
forCurlError
(string $errorNum, string $error)
forInvalidNegotiationType
(string $type)
forInvalidJSON
(?string $error = null)
forInvalidHTTPProtocol
(string $invalidVersion)
forEmptySupportedNegotiations
()
forInvalidRedirectRoute
(string $route)
forMissingResponseStatus
()
forInvalidStatusCode
(int $code)
forUnkownStatusCode
(int $code)
forUnableToParseURI
(string $uri)
forURISegmentOutOfRange
(int $segment)
forInvalidPort
(int $port)
forMalformedQueryString
()
forAlreadyMoved
()
forInvalidFile
(?string $path = null)
forMoveFailed
(string $source, string $target, string $error)
forInvalidSameSiteSetting
(string $samesite)
forUnsupportedJSONFormat
()