Exception: Vagabond::VagabondError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/vagabond/errors.rb,
lib/vagabond/errors.rb

Class Attribute Summary collapse

Instance Method Summary collapse

Class Attribute Details

.exit_codeObject

Returns the value of attribute exit_code.



4
5
6
# File 'lib/vagabond/errors.rb', line 4

def exit_code
  @exit_code
end

Instance Method Details

#exit_codeObject



6
7
8
# File 'lib/vagabond/errors.rb', line 6

def exit_code
  self.class.exit_code
end