Methods |
public
static
|
forMissingCurl(): HTTPException
For CurlRequest
|
#
|
public
static
|
forSSLCertNotFound(string $cert): HTTPException
For CurlRequest
|
#
|
public
static
|
forInvalidSSLKey(string $key): HTTPException
For CurlRequest
|
#
|
public
static
|
forCurlError(string $errorNum, string $error): HTTPException
For CurlRequest
|
#
|
public
static
|
forInvalidNegotiationType(string $type): HTTPException
For IncomingRequest
|
#
|
public
static
|
forInvalidHTTPProtocol(string $protocols): HTTPException
For Message
|
#
|
public
static
|
forEmptySupportedNegotiations(): HTTPException
For Negotiate
|
#
|
public
static
|
forInvalidRedirectRoute(string $route): HTTPException
For RedirectResponse
|
#
|
public
static
|
forMissingResponseStatus(): HTTPException
For Response
|
#
|
public
static
|
forInvalidStatusCode(int $code): HTTPException
For Response
|
#
|
public
static
|
forUnkownStatusCode(int $code): HTTPException
For Response
|
#
|
public
static
|
forUnableToParseURI(string $uri): HTTPException
For URI
|
#
|
public
static
|
forURISegmentOutOfRange(int $segment): HTTPException
For URI
|
#
|
public
static
|
forInvalidPort(int $port): HTTPException
For URI
|
#
|
public
static
|
forMalformedQueryString(): HTTPException
For URI
|
#
|
public
static
|
forAlreadyMoved(): HTTPException
For Uploaded file move
|
#
|
public
static
|
forInvalidFile(?string $path = null): HTTPException
For Uploaded file move
|
#
|
public
static
|
forMoveFailed(string $source, string $target, string $error): HTTPException
For Uploaded file move
|
#
|
public
static
|
forInvalidSameSiteSetting(string $samesite): HTTPException
For Invalid SameSite attribute setting
For Invalid SameSite attribute setting
Deprecated
Use CookieException::forInvalidSameSite() instead.
|
#
|