class Bucky::Core::Exception::BuckyException
Public Class Methods
handle(err)
click to toggle source
Error handling on bucky framework @param [Object] err exception object
# File lib/bucky/core/exception/bucky_exception.rb, line 14 def handle(err) Bucky::Utils::BuckyLogger.write(Bucky::Utils::Config.instance[:bucky_error], err) end