Exception: Chkex::DomainNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Chkex::DomainNotFound
- Defined in:
- lib/chkex.rb
Instance Method Summary collapse
-
#initialize(msg = 'domain_not_registered') ⇒ DomainNotFound
constructor
A new instance of DomainNotFound.
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 |