Exception: Appom::InvalidSectionError
- Inherits:
-
SectionError
- Object
- StandardError
- AppomError
- SectionError
- Appom::InvalidSectionError
- Defined in:
- lib/appom/exceptions.rb
Overview
Invalid section definition error
Instance Attribute Summary
Attributes inherited from AppomError
Instance Method Summary collapse
-
#initialize(reason) ⇒ InvalidSectionError
constructor
A new instance of InvalidSectionError.
Methods inherited from AppomError
Constructor Details
#initialize(reason) ⇒ InvalidSectionError
115 116 117 |
# File 'lib/appom/exceptions.rb', line 115 def initialize(reason) super("Invalid section definition: #{reason}") end |