BrokenPostRequestException
class BrokenPostRequestException extends BadRequestHttpException (View source)
Defines an exception used, when the POST HTTP body is broken.
Properties
| protected string | $size | The maximum upload size. |
Methods
__construct(string $max_upload_size, string $message = '', Exception $previous = NULL, int $code = 0)
Constructs a new BrokenPostRequestException.
string
getSize()
Returns the maximum upload size.
Details
__construct(string $max_upload_size, string $message = '', Exception $previous = NULL, int $code = 0)
Constructs a new BrokenPostRequestException.
string
getSize()
Returns the maximum upload size.