Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Wrong Exception inheritance #54

Description

@Calosha

PanSchError must inherit from Exception instead of BaseException so I could be caught with

except Exception as e:
class PanSchError(Exception):
    """
    Base class for all pandas_schema exceptions
    """

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions