Exception: Gat::GatgetConfigException
- Inherits:
-
GagetExceptions
- Object
- StandardError
- GagetExceptions
- Gat::GatgetConfigException
- Defined in:
- lib/gat/exceptions.rb
Overview
Config Exception Config malformed or missing data at YML
Instance Attribute Summary
Attributes inherited from GagetExceptions
#exception_backtrace, #exception_location, #exception_options
Instance Method Summary collapse
- #exit_level ⇒ Object
-
#initialize(error, location, options = {}) ⇒ GatgetConfigException
constructor
A new instance of GatgetConfigException.
Methods inherited from GagetExceptions
#exception_message, #exit_error
Constructor Details
#initialize(error, location, options = {}) ⇒ GatgetConfigException
Returns a new instance of GatgetConfigException.
125 126 127 |
# File 'lib/gat/exceptions.rb', line 125 def initialize(error, location, = {}) super(error, location, ) end |
Instance Method Details
#exit_level ⇒ Object
129 130 131 |
# File 'lib/gat/exceptions.rb', line 129 def exit_level return 5 end |