Exception: Gat::GatgetInstanceException
- Inherits:
-
GagetExceptions
- Object
- StandardError
- GagetExceptions
- Gat::GatgetInstanceException
- Defined in:
- lib/gat/exceptions.rb
Overview
Instance Exception Gatget coulnt generate an instance and launch script
Instance Attribute Summary
Attributes inherited from GagetExceptions
#exception_backtrace, #exception_location, #exception_options
Instance Method Summary collapse
- #exit_level ⇒ Object
-
#initialize(error, location, options = {}) ⇒ GatgetInstanceException
constructor
A new instance of GatgetInstanceException.
Methods inherited from GagetExceptions
#exception_message, #exit_error
Constructor Details
#initialize(error, location, options = {}) ⇒ GatgetInstanceException
Returns a new instance of GatgetInstanceException.
153 154 155 |
# File 'lib/gat/exceptions.rb', line 153 def initialize(error, location, = {}) super(error, location, ) end |
Instance Method Details
#exit_level ⇒ Object
157 158 159 |
# File 'lib/gat/exceptions.rb', line 157 def exit_level return 6 end |