Exception: StripeMock::UnstartedStateError
- Inherits:
-
StripeMockError
- Object
- StandardError
- StripeMockError
- StripeMock::UnstartedStateError
- Defined in:
- lib/stripe_mock/errors/unstarted_state_error.rb
Instance Attribute Summary
Attributes inherited from StripeMockError
Instance Method Summary collapse
-
#initialize ⇒ UnstartedStateError
constructor
A new instance of UnstartedStateError.
Methods inherited from StripeMockError
Constructor Details
#initialize ⇒ UnstartedStateError
Returns a new instance of UnstartedStateError.
4 5 6 |
# File 'lib/stripe_mock/errors/unstarted_state_error.rb', line 4 def initialize super("StripeMock has not been started. Please call StripeMock.start or StripeMock.start_client") end |