Coverage for foxplot / exceptions.py: 100%

1 statements  

« 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 

5 

6"""Custom exceptions.""" 

7 

8 

9class FoxplotError(Exception): 

10 """Base class for Foxplot exceptions."""