Skip to content

Commit 7fd2915

Browse files
committed
Fix shipment not found exception depends on api exception
1 parent c0e3e24 commit 7fd2915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/ShipmentNotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
*
3232
* @since 1.2.0
3333
*/
34-
class ShipmentNotFoundException extends InvalidArgumentException
34+
class ShipmentNotFoundException extends ApiException
3535
{
3636
}

0 commit comments

Comments
 (0)