Exception: Theatre::NamespaceNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/theatre/namespace_manager.rb

Instance Method Summary collapse

Constructor Details

#initialize(full_path) ⇒ NamespaceNotFound

Returns a new instance of NamespaceNotFound.



148
149
150
# File 'lib/theatre/namespace_manager.rb', line 148

def initialize(full_path)
  super "Could not find #{full_path.inspect} in the namespace registry. Did you register it yet?"
end