Class: Bucky::Core::Exception::DbConnectorException
- Inherits:
-
BuckyException
- Object
- BuckyException
- Bucky::Core::Exception::DbConnectorException
- Defined in:
- lib/bucky/core/exception/bucky_exception.rb
Constant Summary
Constants included from Utils::BuckyLogger
Utils::BuckyLogger::LogFileDir
Class Method Summary collapse
Methods included from Utils::BuckyLogger
Class Method Details
.handle(err, proc_name = nil) ⇒ Object
23 24 25 26 |
# File 'lib/bucky/core/exception/bucky_exception.rb', line 23 def handle(err, proc_name = nil) super raise err end |