Exception: Ticketing::NotConnectedError
- Defined in:
- lib/ticketing/errors.rb
Overview
No server connection was usable for the request.
Instance Method Summary collapse
-
#initialize(message = "no connected server") ⇒ NotConnectedError
constructor
A new instance of NotConnectedError.
Constructor Details
#initialize(message = "no connected server") ⇒ NotConnectedError
Returns a new instance of NotConnectedError.
16 17 18 |
# File 'lib/ticketing/errors.rb', line 16 def initialize( = "no connected server") super end |