Exception: Mxmnd::ServerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mxmnd.rb

Instance Method Summary collapse

Constructor Details

#initializeServerError

Returns a new instance of ServerError.



72
73
74
# File 'lib/mxmnd.rb', line 72

def initialize
  super('MaxMind service is not available (503)')
end