Exception: OwO::Err::Unhandled

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/owo/err.rb

Overview

Raised when the error is unhandled

Instance Method Summary collapse

Instance Method Details

#messageObject

Default message for this exception



55
56
57
# File 'lib/owo/err.rb', line 55

def message
  'Unhandled'
end