Exception: Braid::BraidError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



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

def message
  value = super
  value if value != self.class.name
end