Exception: Taro::Error

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

Direct Known Subclasses

ArgumentError, RuntimeError

Instance Method Summary collapse

Instance Method Details

#messageObject



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

def message
  # clean up newlines introduced when setting the message with a heredoc
  super.chomp.tr("\n", ' ')
end