Harbor Documentation

Harbor::View::LayoutNotFoundError

Parent

Methods

Public Class Methods

new(name)

      # File lib/harbor/view.rb, line 14
14:       def initialize(name)
15:         super("Layout #{name.inspect} not found")
16:       end