FileCacheException
extends ServiceException
in package
Description of FileCacheException
Tags
Table of Contents
Constants
- FORBIDDEN = 403
- NO_BINARY = 422
- NO_FILE = 1
- TOO_LARGE = 413
- UNAUTHORIZED = 401
Properties
- $headers : array<string, string|array<string|int, string>>
Methods
- __construct() : mixed
- getHeaders() : array<string, string|array<string|int, string>>
Constants
FORBIDDEN
public
mixed
FORBIDDEN
= 403
NO_BINARY
public
mixed
NO_BINARY
= 422
NO_FILE
public
mixed
NO_FILE
= 1
TOO_LARGE
public
mixed
TOO_LARGE
= 413
UNAUTHORIZED
public
mixed
UNAUTHORIZED
= 401
Properties
$headers
private
array<string, string|array<string|int, string>>
$headers
Methods
__construct()
public
__construct([string $message = "" ][, int $code = 0 ][, Throwable|null $previous = null ][, array<string, string|array<string|int, string>> $headers = [] ]) : mixed
Parameters
- $message : string = ""
- $code : int = 0
- $previous : Throwable|null = null
- $headers : array<string, string|array<string|int, string>> = []
getHeaders()
public
getHeaders() : array<string, string|array<string|int, string>>