class ErrorDispatcher

Public Instance Methods

close_channel(channel) click to toggle source
# File lib/volt/server/forking_server.rb, line 12
def close_channel(channel)
end
dispatch(channel, message) click to toggle source
# File lib/volt/server/forking_server.rb, line 8
def dispatch(channel, message)
  Volt.logger.error("The app failed to start, so the following message can not be run: #{message}")
end