Method: Cinch::Helpers#fatal

Defined in:
lib/cinch/helpers.rb

#fatal(message) ⇒ void

This method returns an undefined value.

Logs a fatal message.

Parameters:

Since:

  • 2.0.0



149
150
151
# File 'lib/cinch/helpers.rb', line 149

def fatal(message)
  log(message, :fatal)
end