Exception: Foobara::Auth::VerifyToken::InactiveTokenError
- Inherits:
-
RuntimeError
- Object
- StandardError
- Error
- RuntimeError
- Foobara::Auth::VerifyToken::InactiveTokenError
- Defined in:
- foobara-auth-0.0.9/src/verify_token.rb
Instance Attribute Summary
Attributes inherited from Error
#backtrace_when_initialized, #backtrace_when_raised, #context, #error_key, #is_fatal
Instance Method Summary collapse
Methods inherited from RuntimeError
Methods inherited from Error
#==, abstract, abstract?, category, context, #eql?, fatal?, #fatal?, foobara_manifest, #initialize, #key, message, path, #prepend_path!, runtime_path, subclass, symbol, to_h, #to_h, types_depended_on
Methods included from Concern
foobara_class_methods_module_for, foobara_concern?, included
Constructor Details
This class inherits a constructor from Foobara::RuntimeError
Instance Method Details
#message ⇒ Object
11 12 13 |
# File 'foobara-auth-0.0.9/src/verify_token.rb', line 11 def "Expected token to be active but it is #{context[:state]}" end |