athenahr/app/Exceptions/AccountNotLinkedException.php

11 lines
111 B
PHP
Raw Normal View History

2022-08-23 02:04:08 +01:00
<?php
namespace App\Exceptions;
use Exception;
class AccountNotLinkedException extends Exception
{
//
}