Exception: Gat::GatgetConfigException

Inherits:
GagetExceptions show all
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

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, options = {})
  super(error, location, options)
end

Instance Method Details

#exit_levelObject



129
130
131
# File 'lib/gat/exceptions.rb', line 129

def exit_level
  return 5
end