athenahr/app/Exceptions/ProfileCreationFailedException.php

11 lines
116 B
PHP

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