From d4c144b2d2c1c62ae89029674e926ccd46a4c14b Mon Sep 17 00:00:00 2001 From: miguel456 Date: Tue, 23 Aug 2022 02:04:08 +0100 Subject: [PATCH] feat: add unlinked account exception --- app/Exceptions/AccountNotLinkedException.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/Exceptions/AccountNotLinkedException.php diff --git a/app/Exceptions/AccountNotLinkedException.php b/app/Exceptions/AccountNotLinkedException.php new file mode 100644 index 0000000..a3459f9 --- /dev/null +++ b/app/Exceptions/AccountNotLinkedException.php @@ -0,0 +1,10 @@ +