Exception: WeebSh::Err::ServerFail

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

Overview

Raised when a server error occurs

Instance Method Summary collapse

Instance Method Details

#messageObject

The default message for the error



23
24
25
# File 'lib/weeb/err.rb', line 23

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