| Index: client/third_party/infra_libs/ts_mon/common/errors.py
|
| diff --git a/client/third_party/infra_libs/ts_mon/common/errors.py b/client/third_party/infra_libs/ts_mon/common/errors.py
|
| index 3bf76315ce16340f840863e648bf96def7834b99..251bcfd4a37da81d0d2b7c96ef61e36cd4ce3d8c 100644
|
| --- a/client/third_party/infra_libs/ts_mon/common/errors.py
|
| +++ b/client/third_party/infra_libs/ts_mon/common/errors.py
|
| @@ -117,16 +117,6 @@ class MonitoringFailedToFlushAllMetricsError(MonitoringError):
|
| (self.error_count))
|
|
|
|
|
| -class UnknownModificationTypeError(MonitoringError):
|
| - """Raised when using a Modification with an unknown type value."""
|
| -
|
| - def __init__(self, mod_type):
|
| - self.mod_type = mod_type
|
| -
|
| - def __str__(self):
|
| - return 'Unknown modification type "%s"' % self.mod_type
|
| -
|
| -
|
| class MetricDefinitionError(MonitoringError):
|
| """Raised when a metric was defined incorrectly."""
|
|
|
|
|