Exception: Foobara::CommandConnector::UnauthenticatedError
- Inherits:
- 
      CommandConnectorError
      
        - Object
- StandardError
- Error
- RuntimeError
- CommandConnectorError
- Foobara::CommandConnector::UnauthenticatedError
 
- Defined in:
- foobara-0.2.2/projects/command_connectors/src/command_connector/unauthenticated_error.rb
Instance Attribute Summary
Attributes inherited from Error
#backtrace_when_initialized, #backtrace_when_raised, #context, #error_key, #is_fatal, #message
Instance Method Summary collapse
- 
  
    
      #initialize(message: "Unauthenticated")  ⇒ UnauthenticatedError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UnauthenticatedError. 
Methods inherited from RuntimeError
Methods inherited from Error
#==, abstract, abstract?, category, context, #eql?, fatal?, #fatal?, foobara_manifest, #key, message, path, #prepend_path!, runtime_path, subclass, symbol, to_h, #to_h, types_depended_on
Methods included from Foobara::Concern
foobara_class_methods_module_for, foobara_concern?, included
Constructor Details
#initialize(message: "Unauthenticated") ⇒ UnauthenticatedError
Returns a new instance of UnauthenticatedError.
| 4 5 6 | # File 'foobara-0.2.2/projects/command_connectors/src/command_connector/unauthenticated_error.rb', line 4 def initialize(message: "Unauthenticated", **) super end |