Coverage for src / pyfplib / errors.py: 100%
2 statements
« prev ^ index » next coverage.py v7.13.2, created at 2026-02-04 23:48 +0300
« prev ^ index » next coverage.py v7.13.2, created at 2026-02-04 23:48 +0300
1"""This module provides errors of pyfplib."""
4class ExpectedError(Exception):
5 """ExpectedError is used in `expect` methods as Exception"""
8class UnwrapError(Exception):
9 """UnwrapError extends Exception."""