Exception: Harbor::View::LayoutNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/harbor/view.rb

Instance Method Summary collapse

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