Skip to content

Commit 93864bd

Browse files
authored
Update README.md
1 parent f6f1355 commit 93864bd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@ Currently supports EU VAT numbers only
1414
vatNumber.EUCountry //Returns enum EUCountry which indicates country prefix for VAT number
1515
1616
```
17+
18+
Validate function can raise 4 different exceptions
19+
20+
```C#
21+
22+
InvalidChecksumException()
23+
InvalidCountryException()
24+
InvalidFormatException()
25+
InvalidLengthException()
26+
27+
```
28+

0 commit comments

Comments
 (0)