Exception: GithubListerCore::SAMLProtected

Inherits:
StandardError
  • Object
show all
Defined in:
lib/github-lister-core/errors.rb

Overview

Handle enterprise level tokens

Instance Method Summary collapse

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