Skip to content

Commit 802f2ae

Browse files
committed
fix: parsing exception inherit query kit exception
1 parent 37a9c9e commit 802f2ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QueryKit/Exceptions/ParsingException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace QueryKit.Exceptions;
22

3-
public sealed class ParsingException : Exception
3+
public sealed class ParsingException : QueryKitException
44
{
55
public ParsingException(Exception exception)
66
: 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.

0 commit comments

Comments
 (0)