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



71
72
73
# File 'lib/braid.rb', line 71

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