Class: Sapience::ErrorHandler

Inherits:
Object
  • Object
show all
Extended by:
Descendants
Defined in:
lib/sapience/error_handler.rb,
lib/sapience/error_handler/sentry.rb,
lib/sapience/error_handler/silent.rb

Direct Known Subclasses

Sentry, Silent

Defined Under Namespace

Classes: Sentry, Silent

Instance Method Summary collapse

Methods included from Descendants

descendants

Instance Method Details

#capture_exception(_exception, _options = {}) ⇒ Object



5
6
7
# File 'lib/sapience/error_handler.rb', line 5

def capture_exception(_exception, _options = {})
  fail NotImplementedError
end

#capture_message(_message, _options = {}) ⇒ Object



9
10
11
# File 'lib/sapience/error_handler.rb', line 9

def capture_message(_message, _options = {})
  fail NotImplementedError
end