Exception: Enom::InterfaceError
- Inherits:
-
StandardError
- Object
- StandardError
- Enom::InterfaceError
- Defined in:
- lib/enom/error.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ InterfaceError
constructor
A new instance of InterfaceError.
Constructor Details
#initialize(message = nil) ⇒ InterfaceError
Returns a new instance of InterfaceError.
13 14 15 16 17 18 19 |
# File 'lib/enom/error.rb', line 13 def initialize( = nil) if super else super "An unknown error occurred. Check your username, password, and make sure your IP address is permitted to access the Enom API" end end |