Exception: Foobara::RemoteImports::ImportBase::NotFoundError
- Inherits:
-
Value::DataError
- Object
- StandardError
- Error
- Value::DataError
- Foobara::RemoteImports::ImportBase::NotFoundError
- Defined in:
- foobara-remote-imports-0.0.11/src/foobara/remote_imports/import_base.rb
Overview
- TODO: why do we need this Value
-
prefix?
Instance Attribute Summary
Attributes inherited from Error
#backtrace_when_initialized, #backtrace_when_raised, #context, #error_key, #is_fatal, #message
Class Method Summary collapse
Methods inherited from Value::DataError
#attribute_name, category, #eql?, #initialize
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::Value::DataError
Class Method Details
.context_type_declaration ⇒ Object
21 22 23 |
# File 'foobara-remote-imports-0.0.11/src/foobara/remote_imports/import_base.rb', line 21 def context_type_declaration { not_found: [:string] } end |