Exception: Datadog::DI::Error::DITargetNotDefined Private
- Inherits:
-
Datadog::DI::Error
- Object
- StandardError
- Datadog::DI::Error
- Datadog::DI::Error::DITargetNotDefined
- Defined in:
- lib/datadog/di/error.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Attempting to instrument a method or file which does not exist.
This could be due to the code that is referenced in the probe having not been loaded yet, or due to the probe referencing code that does not in fact exist anywhere (e.g. due to a misspelling).