Exception: GithubListerCore::SAMLProtected
- Inherits:
-
StandardError
- Object
- StandardError
- GithubListerCore::SAMLProtected
- Defined in:
- lib/github-lister-core/errors.rb
Overview
Handle enterprise level tokens
Instance Method Summary collapse
-
#initialize(msg = 'Resource protected by organization SAML enforcement. You must grant your Personal Access token access to this organization.') ⇒ SAMLProtected
constructor
A new instance of SAMLProtected.
Constructor Details
#initialize(msg = 'Resource protected by organization SAML enforcement. You must grant your Personal Access token access to this organization.') ⇒ SAMLProtected
Returns a new instance of SAMLProtected.
36 37 38 |
# File 'lib/github-lister-core/errors.rb', line 36 def initialize(msg = 'Resource protected by organization SAML enforcement. You must grant your Personal Access token access to this organization.') super end |