Exception: Gat::GatgetProcessException

Inherits:
GagetExceptions show all
Defined in:
lib/gat/exceptions.rb

Overview

Process Exception Action || condition failed during the process

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 = {}) ⇒ GatgetProcessException

Returns a new instance of GatgetProcessException.



111
112
113
# File 'lib/gat/exceptions.rb', line 111

def initialize(error, location, options = {})
  super(error, location, options)
end

Instance Method Details

#exit_levelObject



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

def exit_level
  return 4
end