Skip to content

Dramatiq custom ConnectionError class shadows built in exception #800

@LincolnPuzey

Description

@LincolnPuzey

Dramatiq has a custom exception class ConnectionError, which has the same name as the built-in exception class.

We should rename it to avoid confusion, and to avoid shadowing if you do

from dramatiq.errors import ConnectionError

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions