forInvalidFile()
forInvalidFile(string|null $path = null) : \CodeIgniter\HTTP\Exceptions\HTTPException
For Uploaded file move
Parameters
| string|null | $path |
Things that can go wrong with HTTP
A collection of exceptions thrown by the framework that can only be determined at run time.
forInvalidFile(string|null $path = null) : \CodeIgniter\HTTP\Exceptions\HTTPException
For Uploaded file move
| string|null | $path |
forMissingCurl() : \CodeIgniter\HTTP\Exceptions\HTTPException
For CurlRequest
Not testable with travis-ci
forSSLCertNotFound(string $cert) : \CodeIgniter\HTTP\Exceptions\HTTPException
For CurlRequest
| string | $cert |
forInvalidSSLKey(string $key) : \CodeIgniter\HTTP\Exceptions\HTTPException
For CurlRequest
| string | $key |
forCurlError(string $errorNum, string $error) : \CodeIgniter\HTTP\Exceptions\HTTPException
For CurlRequest
| string | $errorNum | |
| string | $error |
Not testable with travis-ci; we over-ride the method which triggers it
forInvalidNegotiationType(string $type) : \CodeIgniter\HTTP\Exceptions\HTTPException
For IncomingRequest
| string | $type |
forInvalidHTTPProtocol(string $protocols) : \CodeIgniter\HTTP\Exceptions\HTTPException
For Message
| string | $protocols |
forEmptySupportedNegotiations() : \CodeIgniter\HTTP\Exceptions\HTTPException
For Negotiate
forInvalidRedirectRoute(string $route) : \CodeIgniter\HTTP\Exceptions\HTTPException
For RedirectResponse
| string | $route |
forMissingResponseStatus() : \CodeIgniter\HTTP\Exceptions\HTTPException
For Response
forInvalidStatusCode(integer $code) : \CodeIgniter\HTTP\Exceptions\HTTPException
For Response
| integer | $code |
forUnkownStatusCode(integer $code) : \CodeIgniter\HTTP\Exceptions\HTTPException
For Response
| integer | $code |
forUnableToParseURI(string $uri) : \CodeIgniter\HTTP\Exceptions\HTTPException
For URI
| string | $uri |
forURISegmentOutOfRange(integer $segment) : \CodeIgniter\HTTP\Exceptions\HTTPException
For URI
| integer | $segment |
forInvalidPort(integer $port) : \CodeIgniter\HTTP\Exceptions\HTTPException
For URI
| integer | $port |
forMalformedQueryString() : \CodeIgniter\HTTP\Exceptions\HTTPException
For URI
forAlreadyMoved() : \CodeIgniter\HTTP\Exceptions\HTTPException
For Uploaded file move
forMoveFailed(\CodeIgniter\HTTP\Exceptions\string $source, \CodeIgniter\HTTP\Exceptions\string $target, \CodeIgniter\HTTP\Exceptions\string $error) : \CodeIgniter\HTTP\Exceptions\HTTPException
For Uploaded file move
| \CodeIgniter\HTTP\Exceptions\string | $source | |
| \CodeIgniter\HTTP\Exceptions\string | $target | |
| \CodeIgniter\HTTP\Exceptions\string | $error |