Exception: Gat::GatgetArgumentException

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

Overview

Argument Exception missing arguments or bad arguments

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

Returns a new instance of GatgetArgumentException.



139
140
141
# File 'lib/gat/exceptions.rb', line 139

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

Instance Method Details

#exit_levelObject



143
144
145
# File 'lib/gat/exceptions.rb', line 143

def exit_level
  return 7
end