Exception: Spud::Error

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

Instance Method Summary collapse

Instance Method Details

#messageString

Returns:

  • (String)


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

def message
  "spud: #{super}"
end