Coverage for foxplot / exceptions.py: 100%
1 statements
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-15 10:53 +0000
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-15 10:53 +0000
1#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
3#
4# SPDX-License-Identifier: Apache-2.0
6"""Custom exceptions."""
9class FoxplotError(Exception):
10 """Base class for Foxplot exceptions."""