Exception: NServer::NoServerAvailable

Inherits:
StandardError
  • Object
show all
Defined in:
lib/nserver.rb

Instance Method Summary collapse

Constructor Details

#initializeNoServerAvailable

Returns a new instance of NoServerAvailable.



248
249
250
# File 'lib/nserver.rb', line 248

def initialize
  super("No server available.")
end