Files
athenahr/app/Exceptions/AccountNotLinkedException.php
2022-10-24 01:04:22 +01:00

11 lines
111 B
PHP
Executable File

<?php
namespace App\Exceptions;
use Exception;
class AccountNotLinkedException extends Exception
{
//
}