Exception: Rookout::Exceptions::RookMethodNotFound
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookMethodNotFound
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize(namespace_type, method) ⇒ RookMethodNotFound
constructor
A new instance of RookMethodNotFound.
Constructor Details
#initialize(namespace_type, method) ⇒ RookMethodNotFound
Returns a new instance of RookMethodNotFound.
49 50 51 52 |
# File 'lib/rookout/exceptions.rb', line 49 def initialize namespace_type, method super "Namespace method not found #{method}", { namespace: namespace_type, method: method } end |