Exception: Frontman::ServerPortError

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

Instance Method Summary collapse

Constructor Details

#initializeServerPortError

Returns a new instance of ServerPortError.



28
29
30
31
# File 'lib/frontman/errors.rb', line 28

def initialize
  super('Server failed to attach to port. Please shutdown some processes
         or increase the :port_retries configuration variable.')
end