Class: Bucky::Core::Exception::DbConnectorException

Inherits:
BuckyException show all
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

write

Class Method Details

.handle(err) ⇒ Object



22
23
24
25
# File 'lib/bucky/core/exception/bucky_exception.rb', line 22

def handle(err)
  super
  raise err
end