Skip to content

BLE-Controller: RequestRejected not correctly initialized #232

@kvaellning

Description

@kvaellning

Implementation of RequestRejected soed not pass "self" to the exception initialization, thus leading to an error on construction.

I think it would be good to refactor the errors so that they are using super().__init__(message)-syntax instead of Exception.__init__(message)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions