Skip to content

Commit

Permalink
Merge pull request #58 from jthomperoo/57_parsing_exception_does_not_…
Browse files Browse the repository at this point in the history
…inherit_query_kit_exception
  • Loading branch information
pdevito3 authored Aug 14, 2024
2 parents 37a9c9e + 802f2ae commit c888591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QueryKit/Exceptions/ParsingException.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace QueryKit.Exceptions;

public sealed class ParsingException : Exception
public sealed class ParsingException : QueryKitException
{
public ParsingException(Exception exception)
: base(@$"There was a parsing failure, likely due to an invalid comparison or logical operator. You may also be missing double quotes surrounding a string or guid.
Expand Down

0 comments on commit c888591

Please sign in to comment.