Skip to content

Exception Type for NoResultFound is incorrect #131

@rserna2010

Description

@rserna2010

For instance when running a simple query that returns no results:

customer = balanced.Customer.query.filter(email=self.email).one()

the error type should be balanced.exc.NoResultFound, instead it's wac.NoResultFound.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions