Skip to content

Remove references to ArgumentError #8

Description

@phillits

I've toyed with the idea of creating a new exception class called ArgumentError to be thrown by the functions that check argument types, but I think this function is adequately fulfilled by the built-in TypeError class. There is currently no ArgumentError class in the code, but there are references to it that need to be replaced with TypeError. There might also be some operations that were intended to be included in the ArgumentError class that need to be accomplished elsewhere.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions