class Mxmnd::ServerError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/mxmnd.rb, line 72
def initialize
  super('MaxMind service is not available (503)')
end