Exception: CoinTools::Error

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

Direct Known Subclasses

ResponseError, UserError

Instance Method Summary collapse

Instance Method Details

#nice_messageObject



3
4
5
# File 'lib/cointools/errors.rb', line 3

def nice_message
  "#{self.class}: #{message}"
end