Exception: Contracto::ServerAlreadyRunningError

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

Instance Method Summary collapse

Constructor Details

#initializeServerAlreadyRunningError



11
12
13
# File 'lib/contracto/errors.rb', line 11

def initialize
  super 'Could not start: Contracto server is already running'
end