ruff/resources/test/fixtures/N818.py

11 lines
106 B
Python

class Error(Exception):
pass
class AnotherError(Exception):
pass
class C(Exception):
pass