Exception: GrapeSimpleAuth::Errors::InvalidScopeMatcher

Inherits:
StandardError
  • Object
show all
Defined in:
lib/grape_simple_auth/errors/invalid_scope_matcher.rb

Instance Method Summary collapse

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