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
Returns a new instance of ServerAlreadyRunningError.
8 9 10 |
# File 'lib/contracto/errors.rb', line 8 def initialize super 'Could not start: Contracto server is already running' end |