Exception: Appom::InvalidSectionError

Inherits:
SectionError show all
Defined in:
lib/appom/exceptions.rb

Overview

Invalid section definition error

Instance Attribute Summary

Attributes inherited from AppomError

#context

Instance Method Summary collapse

Methods inherited from AppomError

#detailed_message

Constructor Details

#initialize(reason) ⇒ InvalidSectionError

Returns a new instance of InvalidSectionError.



115
116
117
# File 'lib/appom/exceptions.rb', line 115

def initialize(reason)
  super("Invalid section definition: #{reason}")
end