reasons = $reasons; } /** * @return \Throwable[]|\Exception[] */ public function getReasons() { return $this->reasons; } }