Exception: DNSimple::RecordExists

Inherits:
DomainError show all
Defined in:
lib/dnsimple/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(domain, message) ⇒ RecordExists

Returns a new instance of RecordExists.



14
15
16
# File 'lib/dnsimple/error.rb', line 14

def initialize(domain, message)
  super(domain, message)
end