class Bucky::Core::Exception::DbConnectorException
Public Class Methods
handle(err)
click to toggle source
Calls superclass method
Bucky::Core::Exception::BuckyException::handle
# File lib/bucky/core/exception/bucky_exception.rb, line 22 def handle(err) super raise err end