[DEPRECATED - DO NOT USE] No longer used. :meta private:
| 49 | |
| 50 | |
| 51 | class FrameMetricRegistered(Exception): |
| 52 | """[DEPRECATED - DO NOT USE] No longer used. |
| 53 | |
| 54 | :meta private: |
| 55 | """ |
| 56 | |
| 57 | pass |
| 58 | |
| 59 | |
| 60 | class FrameMetricNotRegistered(Exception): |
nothing calls this directly
no outgoing calls
no test coverage detected