From 0359c40180352a78a0fa2cd306c0ff25c863f5a5 Mon Sep 17 00:00:00 2001 From: Hamed Panjeh Date: Wed, 13 Dec 2023 16:02:40 -0300 Subject: [PATCH] Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 44fc598..914f435 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,10 @@ $user->getWalletBalanceByType('wallet_2') // Balance available in wallet_2 LaravelPayPocket::walletBalanceByType($user, 'wallet_1'); ``` +### Exceptions +Upon examining the `src/Exceptions` directory within the source code, +you will discover a variety of exceptions tailored to address each scenario of invalid entry. + ### Log ![Laravel Pay Pocket Log](https://github.com/HPWebdeveloper/laravel-pay-pocket/assets/16323354/a242d335-8bd2-4af1-aa38-4e95b8870941)