athenahr/app/Exceptions/AccountNotLinkedException.php

11 lines
111 B
PHP

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