Exception: Mxmnd::ServerError
- Inherits:
-
StandardError
- Object
- StandardError
- Mxmnd::ServerError
- Defined in:
- lib/mxmnd.rb
Instance Method Summary collapse
-
#initialize ⇒ ServerError
constructor
A new instance of ServerError.
Constructor Details
#initialize ⇒ ServerError
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 |