Class shardimage\shardimagephpapi\web\exceptions\UnprocessableEntityHttpException
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$errors | array|null | Errors | shardimage\shardimagephpapi\web\exceptions\HttpException |
$statusCode | integer | HTTP status code | shardimage\shardimagephpapi\web\exceptions\HttpException |
Public Methods
Method | Description | Defined By |
---|---|---|
__construct() | shardimage\shardimagephpapi\web\exceptions\UnprocessableEntityHttpException | |
getHeaders() | Getting $headers property | shardimage\shardimagephpapi\web\exceptions\HttpException |
getName() | shardimage\shardimagephpapi\web\exceptions\HttpException | |
newInstance() | New instance of this exception | shardimage\shardimagephpapi\web\exceptions\HttpException |
setHeaders() | Setting $headers property | shardimage\shardimagephpapi\web\exceptions\HttpException |
Method Details
public void __construct ( $message = null, $code = 0, $errors = null, $previous = null ) | ||
$message | ||
$code | ||
$errors | ||
$previous |