Exception: Rookout::Exceptions::RookMethodNotFound

Inherits:
ToolException
  • Object
show all
Defined in:
lib/rookout/exceptions.rb

Instance Attribute Summary

Attributes inherited from ToolException

#parameters

Instance Method Summary collapse

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