Skip to content

Commit

Permalink
refactor(exceptions): remove unused exceptions
Browse files Browse the repository at this point in the history
Closes #124.
  • Loading branch information
lu-pl committed Nov 5, 2024
1 parent 319de5a commit ce39fa5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rdfproxy/utils/_exceptions.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
"""Custom exceptions for RDFProxy."""


class UndefinedBindingException(KeyError):
"""Exception for indicating that a requested key could not be retrieved from a SPARQL binding mapping."""


class InterdependentParametersException(Exception):
"""Exceptiono for indicating that two or more parameters are interdependent."""


class MissingModelConfigException(Exception):
"""Exception for indicating that an expected Config class is missing in a Pydantic model definition."""

Expand Down

0 comments on commit ce39fa5

Please sign in to comment.