Skip to content

foapy.exceptions.Not1DArrayException

Not1DArrayException

Bases: Exception

Exception raised for errors in case the input array is not 1D.

Source code in .tox/docs-deploy/lib/python3.11/site-packages/foapy/exceptions/not_1d_array.py
1
2
3
4
5
6
class Not1DArrayException(Exception):
    """
    Exception raised for errors in case the input array is not 1D.
    """

    pass