Exception: Minecraft::ServerNotRunningError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Minecraft::ServerNotRunningError
- Defined in:
- lib/minecraft.rb
Instance Method Summary collapse
-
#initialize ⇒ ServerNotRunningError
constructor
A new instance of ServerNotRunningError.
Constructor Details
#initialize ⇒ ServerNotRunningError
Returns a new instance of ServerNotRunningError.
100 101 102 |
# File 'lib/minecraft.rb', line 100 def initialize super 'server not running' end |