PHP Класс yii\web\UnprocessableEntityHttpException

Use this exception to inform that the server understands the content type of the request entity and the syntax of that request entity is correct but the server was unable to process the contained instructions. For example, to return form validation errors.
С версии: 2.0.7
Автор: Jan Silva ([email protected])
Наследование: extends HttpException
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( string $message = null, integer $code, Exception $previous = null ) Constructor.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $message = null, integer $code, Exception $previous = null )
$message string error message
$code integer error code
$previous Exception The previous exception used for the exception chaining.