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.



184
185
186
# File 'lib/nserver.rb', line 184

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