Skip to content

Commit c888591

Browse files
authored
Merge pull request #58 from jthomperoo/57_parsing_exception_does_not_inherit_query_kit_exception
2 parents 37a9c9e + 802f2ae commit c888591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QueryKit/Exceptions/ParsingException.cs

+1-1
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)