class Contracto::ServerAlreadyRunningError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/contracto/errors.rb, line 11
def initialize
  super 'Could not start: Contracto server is already running'
end