class Rookout::Exceptions::RookMethodNotFound
Public Class Methods
new(namespace_type, method)
click to toggle source
Calls superclass method
Rookout::Exceptions::ToolException::new
# File lib/rookout/exceptions.rb, line 52 def initialize namespace_type, method super "Namespace method not found #{method}", { namespace: namespace_type, method: method } end