Exception: Spud::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/spud/error.rb

Instance Method Summary collapse

Instance Method Details

#messageString

Returns:

  • (String)


4
5
6
# File 'lib/spud/error.rb', line 4

def message
  "spud: #{super}"
end