feat: add unlinked account exception
This commit is contained in:
parent
28e2de65ca
commit
d4c144b2d2
10
app/Exceptions/AccountNotLinkedException.php
Normal file
10
app/Exceptions/AccountNotLinkedException.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class AccountNotLinkedException extends Exception
|
||||
{
|
||||
//
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user