Exception: Bearcat::GraphqlError
- Inherits:
-
StandardError
- Object
- StandardError
- Bearcat::GraphqlError
- Defined in:
- lib/bearcat/client/graph_ql.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response: nil) ⇒ GraphqlError
constructor
A new instance of GraphqlError.
Constructor Details
#initialize(message, response: nil) ⇒ GraphqlError
Returns a new instance of GraphqlError.
5 6 7 8 |
# File 'lib/bearcat/client/graph_ql.rb', line 5 def initialize(, response: nil) super() @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
3 4 5 |
# File 'lib/bearcat/client/graph_ql.rb', line 3 def response @response end |