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



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

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

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



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

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