pdevito3 / QueryKit

🎛️ QueryKit is a .NET library that makes it easier to query your data by providing a fluent and intuitive syntax for filtering and sorting.
Apache License 2.0
147 stars 13 forks source link

feat: add base QueryKitException #26

Closed jthomperoo closed 5 months ago

jthomperoo commented 6 months ago

Resolves #25.

I've added in a new QueryKitException exception class, and updated the existing exceptions to inherit from it.

I've added some documentation to cover this new exception base class, and I've updated the documentation which referred to FilterParsingException which I think should have been ParsingException.

If I've done anything incorrect with this pull request and contribution let me know and I'll get it fixed!

Thanks.