Class: Bucky::Core::Exception::BuckyException
- Inherits:
-
Object
- Object
- Bucky::Core::Exception::BuckyException
- Includes:
- Utils::BuckyLogger
- Defined in:
- lib/bucky/core/exception/bucky_exception.rb
Direct Known Subclasses
Constant Summary
Constants included from Utils::BuckyLogger
Utils::BuckyLogger::LogFileDir
Class Method Summary collapse
-
.handle(err) ⇒ Object
Error handling on bucky framework.
Methods included from Utils::BuckyLogger
Class Method Details
.handle(err) ⇒ Object
Error handling on bucky framework
14 15 16 |
# 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 |