File: errors.py

package info (click to toggle)
pre-commit 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,420 kB
  • sloc: python: 14,016; sh: 87; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (3)
1
2
3
4
5
from __future__ import annotations


class FatalError(RuntimeError):
    pass