errors = $errors; parent::__construct($message, $code, $previous); } /** * Retrieve the validation errors * @return array */ public function errors() { return $this->errors; } }