Exception: Solr::Errors::CouldNotDetectEndpointInUrl

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

Constant Summary collapse

MESSAGE =
'
  TODO: Add message

'.freeze

Instance Method Summary collapse

Constructor Details

#initializeCouldNotDetectEndpointInUrl

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