athenahr/app/Exceptions/ProfileAlreadyExistsException.php
2022-07-03 18:37:22 +01:00

11 lines
115 B
PHP
Executable File

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