Class: Rookout::Augs::Locations::LocationExceptionHandler
- Defined in:
- lib/rookout/augs/locations/location_exception_handler.rb
Constant Summary collapse
- NAME =
"exception_handler".freeze
Instance Method Summary collapse
- #add_aug(_trigger_services) ⇒ Object
-
#initialize(_arguments, output, aug) ⇒ LocationExceptionHandler
constructor
A new instance of LocationExceptionHandler.
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 |