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

@Calosha

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
    """

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions