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
파일 보기 프로젝트 열기: yiisoft/yii2

공개 메소드들

메소드 설명
__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.