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

11 lines
116 B
PHP
Executable File

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