Exception: Braid::BraidError

Inherits:
StandardError
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/braid.rb

Instance Method Summary collapse

Methods included from T::Sig

sig

Instance Method Details

#messageObject



63
64
65
66
# File 'lib/braid.rb', line 63

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