[DEPRECATED - DO NOT USE] No longer used. :meta private:
| 58 | |
| 59 | |
| 60 | class FrameMetricNotRegistered(Exception): |
| 61 | """[DEPRECATED - DO NOT USE] No longer used. |
| 62 | |
| 63 | :meta private: |
| 64 | """ |
| 65 | |
| 66 | pass |
| 67 | |
| 68 | |
| 69 | class StatsFileCorrupt(Exception): |
nothing calls this directly
no outgoing calls
no test coverage detected