Exception: Contracto::ServerAlreadyRunningError
- Inherits:
-
StandardError
- Object
- StandardError
- Contracto::ServerAlreadyRunningError
- Defined in:
- lib/contracto/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ ServerAlreadyRunningError
constructor
A new instance of ServerAlreadyRunningError.
Constructor Details
#initialize ⇒ ServerAlreadyRunningError
11 12 13 |
# File 'lib/contracto/errors.rb', line 11 def initialize super 'Could not start: Contracto server is already running' end |