class OwO::Err::ServerFail

Raised when a server error occurs

Public Instance Methods

message() click to toggle source

Default message for this exception

# File lib/owo/err.rb, line 47
def message
  'Server tried to do a thing and borked!'
end