Skip to content

Commit 2fd3926

Browse files
committed
Tweak README.md
1 parent 9201efc commit 2fd3926

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -410,12 +410,8 @@ $date = $unpacker->reset($packed)->unpack();
410410

411411
## Exceptions
412412

413-
If an error occurs during packing/unpacking, a `PackingFailedException` or `UnpackingFailedException` will be thrown,
414-
respectively.
415-
416-
In addition, there is one more exception that can be thrown during unpacking:
417-
418-
* `InsufficientDataException`
413+
If an error occurs during packing/unpacking, a `PackingFailedException` or an `UnpackingFailedException` will be thrown,
414+
respectively. In addition, an `InsufficientDataException` can be thrown during unpacking.
419415

420416
An `InvalidOptionException` will be thrown in case an invalid option (or a combination of mutually exclusive options)
421417
is used.

0 commit comments

Comments
 (0)