Exception: Braid::InternalError

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

Instance Method Summary collapse

Methods included from T::Sig

#sig

Instance Method Details

#messageObject



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

def message
  "internal error: #{super}"
end