File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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
420416An ` InvalidOptionException ` will be thrown in case an invalid option (or a combination of mutually exclusive options)
421417is used.
You can’t perform that action at this time.
0 commit comments