class Console::Logger
def failure(subject, exception, *arguments, &block)
- Use `fatal` instead.
def failure(subject, exception, *arguments, &block) self.fatal(subject, exception, *arguments, &block) end
def failure(subject, exception, *arguments, &block) self.fatal(subject, exception, *arguments, &block) end