Exception: LaunchDarkly::UnexpectedResponseError
- Inherits:
-
StandardError
- Object
- StandardError
- LaunchDarkly::UnexpectedResponseError
- Defined in:
- lib/ldclient-rb/requestor.rb
Instance Method Summary collapse
-
#initialize(status) ⇒ UnexpectedResponseError
constructor
A new instance of UnexpectedResponseError.
- #status ⇒ Object
Constructor Details
#initialize(status) ⇒ UnexpectedResponseError
Returns a new instance of UnexpectedResponseError.
8 9 10 |
# File 'lib/ldclient-rb/requestor.rb', line 8 def initialize(status) @status = status end |
Instance Method Details
#status ⇒ Object
12 13 14 |
# File 'lib/ldclient-rb/requestor.rb', line 12 def status @status end |