Exception: Chkex::DomainNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'domain_not_registered') ⇒ DomainNotFound

Returns a new instance of DomainNotFound.



15
16
17
# File 'lib/chkex.rb', line 15

def initialize(msg='domain_not_registered')
  super(msg)
end