Exception: Solr::Errors::CouldNotDetectEndpointInUrl
- Inherits:
-
StandardError
- Object
- StandardError
- Solr::Errors::CouldNotDetectEndpointInUrl
- Defined in:
- lib/solr/errors/could_not_detect_endpoint_in_url.rb
Constant Summary collapse
- MESSAGE =
' TODO: Add message '.freeze
Instance Method Summary collapse
-
#initialize ⇒ CouldNotDetectEndpointInUrl
constructor
A new instance of CouldNotDetectEndpointInUrl.
Constructor Details
#initialize ⇒ CouldNotDetectEndpointInUrl
Returns a new instance of CouldNotDetectEndpointInUrl.
9 10 11 |
# File 'lib/solr/errors/could_not_detect_endpoint_in_url.rb', line 9 def initialize super(MESSAGE) end |