Exception: DomainExtractor::InvalidURLError

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

Constant Summary collapse

DEFAULT_MESSAGE =
'Invalid URL Value'

Instance Method Summary collapse

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(message = DEFAULT_MESSAGE)
  super
end