Exception: Foobara::CommandConnector::CommandConnectorError
- Inherits:
-
RuntimeError
- Object
- StandardError
- Error
- RuntimeError
- Foobara::CommandConnector::CommandConnectorError
- Defined in:
- foobara-0.0.110/projects/command_connectors/src/command_connector/command_connector_error.rb
Direct Known Subclasses
InvalidContextError, NotAllowedError, NotFoundError, UnauthenticatedError, UnknownError
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:, context: {}) ⇒ CommandConnectorError
constructor
A new instance of CommandConnectorError.
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:, context: {}) ⇒ CommandConnectorError
Returns a new instance of CommandConnectorError.
6 7 8 |
# File 'foobara-0.0.110/projects/command_connectors/src/command_connector/command_connector_error.rb', line 6 def initialize(message:, context: {}) super end |