url = $url; parent::__construct('Resource protected by organization SAML enforcement. You must grant your personal token access to this organization.', $code, $previous); } /** * @return string */ public function getUrl() { return $this->url; } }