Exception: Minecraft::ServerNotRunningError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/minecraft.rb

Instance Method Summary collapse

Constructor Details

#initializeServerNotRunningError

Returns a new instance of ServerNotRunningError.



100
101
102
# File 'lib/minecraft.rb', line 100

def initialize
	super 'server not running'
end