Exception: Theatre::NamespaceNotFound
- Defined in:
- lib/theatre/namespace_manager.rb
Instance Method Summary collapse
-
#initialize(full_path) ⇒ NamespaceNotFound
constructor
A new instance of NamespaceNotFound.
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 |