Skip to content

Replace RuntimeError Exceptions with Subclassed Exceptions #6

@j9ac9k

Description

@j9ac9k

Currently, when the registration objects are initialized, it checks to see if the GeoData objects have had their data "prepped". If not, it raises a RuntimeError, with a message about ensuring the prep method on the GeoData object was run.

As other code in the stack can also raise RuntimeError's, we should likely create our own exception that users can specifically try and catch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions