Exception: Harbor::View::LayoutNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Harbor::View::LayoutNotFoundError
- Defined in:
- lib/harbor/view.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ LayoutNotFoundError
constructor
A new instance of LayoutNotFoundError.
Constructor Details
#initialize(name) ⇒ LayoutNotFoundError
Returns a new instance of LayoutNotFoundError.
14 15 16 |
# File 'lib/harbor/view.rb', line 14 def initialize(name) super("Layout #{name.inspect} not found") end |