/** * エラーメッセージを取得 * * @return Array */ public function getMessagesToArray() { if (!isset($this->validator)) { throw new \Exception('validator not found.'); } return $this->validator->messages()->toArray(); }