Exception: BusinessException
- Inherits:
-
Exception
- Object
- Exception
- BusinessException
- Defined in:
- lib/eric_tools/business_exception.rb
Class Method Summary collapse
Class Method Details
.raise(exception_message) ⇒ Object
2 3 4 5 6 |
# File 'lib/eric_tools/business_exception.rb', line 2 def self.raise $!.to_s.to_logger $@.to_logger if $@ Kernel.raise BusinessException, end |