allowedMethods = $allowedMethods; parent::__construct($message, $code, $previous); } public function getAllowedMethods() { return $this->allowedMethods; } }