feat: add unlinked account exception

This commit is contained in:
Miguel Nogueira 2022-08-23 02:04:08 +01:00
parent 28e2de65ca
commit d4c144b2d2
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370

View File

@ -0,0 +1,10 @@
<?php
namespace App\Exceptions;
use Exception;
class AccountNotLinkedException extends Exception
{
//
}