Exception: GrapeSimpleAuth::Errors::InvalidScopeMatcher
- Inherits:
-
StandardError
- Object
- StandardError
- GrapeSimpleAuth::Errors::InvalidScopeMatcher
- Defined in:
- lib/grape_simple_auth/errors/invalid_scope_matcher.rb
Instance Method Summary collapse
-
#initialize(msg = "match must be one of all or any") ⇒ InvalidScopeMatcher
constructor
A new instance of InvalidScopeMatcher.
Constructor Details
#initialize(msg = "match must be one of all or any") ⇒ InvalidScopeMatcher
Returns a new instance of InvalidScopeMatcher.
4 5 6 |
# File 'lib/grape_simple_auth/errors/invalid_scope_matcher.rb', line 4 def initialize msg = "match must be one of all or any" super end |