Exception: OauthBwergemn::Errors::InvalidScope
- Inherits:
-
StandardError
- Object
- StandardError
- OauthBwergemn::Errors::InvalidScope
- Defined in:
- lib/oauth_bwergemn/errors/invalid_scope.rb
Instance Method Summary collapse
-
#initialize(msg = 'Invalid scope') ⇒ InvalidScope
constructor
A new instance of InvalidScope.
Constructor Details
#initialize(msg = 'Invalid scope') ⇒ InvalidScope
Returns a new instance of InvalidScope.
6 7 8 |
# File 'lib/oauth_bwergemn/errors/invalid_scope.rb', line 6 def initialize msg = 'Invalid scope' super end |