Exception: OwO::Err::ServerFail

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

Overview

Raised when a server error occurs

Instance Method Summary collapse

Instance Method Details

#messageObject

Default message for this exception



47
48
49
# File 'lib/owo/err.rb', line 47

def message
  'Server tried to do a thing and borked!'
end