Exception: Contracto::ServerAlreadyRunningError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/contracto/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeServerAlreadyRunningError

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