class WeebSh::Err::ServerFail

Raised when a server error occurs

Public Instance Methods

message() click to toggle source

The default message for the error

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