This commit is contained in:
spiral
2022-03-30 02:36:39 -04:00
parent be89f907a0
commit b25d5f1b67
4 changed files with 7 additions and 6 deletions

View File

@@ -33,4 +33,4 @@ internal static class SqlKataExtensions
=> func(new QueryPatchWrapper()).ToQuery(query);
}
public class InvalidPatchException : Exception {}
public class InvalidPatchException: Exception { }