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

11 lines
116 B
PHP
Executable File

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