Class: Rookout::Augs::Locations::LocationExceptionHandler

Inherits:
Location
  • Object
show all
Defined in:
lib/rookout/augs/locations/location_exception_handler.rb

Constant Summary collapse

NAME =
"exception_handler".freeze

Instance Method Summary collapse

Methods inherited from Location

#execute, #id, #notify_active, #notify_error, #notify_pending, #notify_removed, #notify_warning

Constructor Details

#initialize(_arguments, output, aug) ⇒ LocationExceptionHandler

Returns a new instance of LocationExceptionHandler.



13
14
15
# File 'lib/rookout/augs/locations/location_exception_handler.rb', line 13

def initialize _arguments, output, aug
  super output, aug
end

Instance Method Details

#add_aug(_trigger_services) ⇒ Object



17
18
# File 'lib/rookout/augs/locations/location_exception_handler.rb', line 17

def add_aug _trigger_services
end