function __construct($field, $message) { $this->field = $field; $this->message = $message; parent::__construct(self::MESSAGE, Response::HTTP_UNPROCESSABLE_ENTITY); }
function __construct($message = self::MESSAGE) { parent::__construct($message, Response::HTTP_UNPROCESSABLE_ENTITY); }