Exception: DomainExtractor::InvalidURLError
- Inherits:
-
StandardError
- Object
- StandardError
- DomainExtractor::InvalidURLError
- Defined in:
- lib/domain_extractor/errors.rb
Constant Summary collapse
- DEFAULT_MESSAGE =
'Invalid URL Value'
Instance Method Summary collapse
-
#initialize(message = DEFAULT_MESSAGE) ⇒ InvalidURLError
constructor
A new instance of InvalidURLError.
Constructor Details
#initialize(message = DEFAULT_MESSAGE) ⇒ InvalidURLError
Returns a new instance of InvalidURLError.
7 8 9 |
# File 'lib/domain_extractor/errors.rb', line 7 def initialize( = DEFAULT_MESSAGE) super end |