Skip to content

Convert exceptions thrown from Path to our own exceptions #28

@Martinsos

Description

@Martinsos

We have a bunch of functions operating in the MonadThrow, which means they can throw an error/exception.

The thing is, right now, most of the errors thrown are coming directly from the underlying path functions that we call, which means user needs to import path library in order to be able to handle them!

Instead, we should catch and convert those errors into our own errors, that user's can handle without knowing about and importing path library.

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