Class: Dionysus::Utils::NullErrorHandler
- Inherits:
-
Object
- Object
- Dionysus::Utils::NullErrorHandler
- Defined in:
- lib/dionysus/utils/null_error_handler.rb
Class Method Summary collapse
Class Method Details
.capture_exception(_error) ⇒ Object
4 |
# File 'lib/dionysus/utils/null_error_handler.rb', line 4 def self.capture_exception(_error); end |
.capture_message(_error) ⇒ Object
5 |
# File 'lib/dionysus/utils/null_error_handler.rb', line 5 def self.(_error); end |