Exception: Ticketing::NotConnectedError

Inherits:
Error
  • Object
show all
Defined in:
lib/ticketing/errors.rb

Overview

No server connection was usable for the request.

Instance Method Summary collapse

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(message = "no connected server")
  super
end