Exception: SimpleSolrClient::Schema::InvalidTokenError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- SimpleSolrClient::Schema::InvalidTokenError
- Defined in:
- lib/simple_solr_client/schema/analysis.rb
Instance Attribute Summary collapse
-
#resp ⇒ Object
Returns the value of attribute resp.
Instance Method Summary collapse
-
#initialize(msg, resp) ⇒ InvalidTokenError
constructor
A new instance of InvalidTokenError.
Constructor Details
#initialize(msg, resp) ⇒ InvalidTokenError
Returns a new instance of InvalidTokenError.
13 14 15 16 |
# File 'lib/simple_solr_client/schema/analysis.rb', line 13 def initialize(msg, resp) super(msg) @resp = resp end |
Instance Attribute Details
#resp ⇒ Object
Returns the value of attribute resp.
10 11 12 |
# File 'lib/simple_solr_client/schema/analysis.rb', line 10 def resp @resp end |