Exception: DBots::Err::ServerFail

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/dbots/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/dbots/err.rb', line 23

def message
  'Internal server error!'
end