Skip to content

Commit f9ae70a

Browse files
committed
Added validation exceptions
1 parent e0552b7 commit f9ae70a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ValidationExceptions.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2-
"ErrorExceptions": [],
2+
"ErrorExceptions": [
3+
{
4+
"ValidationTest": "API Validation",
5+
"ExceptionMessage": "Breaking changes require a new major version.",
6+
"PackageVersion": "1.15.0"
7+
}
8+
],
39
"WarningExceptions": []
410
}

0 commit comments

Comments
 (0)