Class: ErrorDispatcher
Instance Method Summary collapse
Instance Method Details
#close_channel(channel) ⇒ Object
12 13 |
# File 'lib/volt/server/forking_server.rb', line 12 def close_channel(channel) end |
#dispatch(channel, message) ⇒ Object
8 9 10 |
# File 'lib/volt/server/forking_server.rb', line 8 def dispatch(channel, ) Volt.logger.error("The app failed to start, so the following message can not be run: #{message}") end |