athenahr/app/Exceptions/ProfileCreationFailedException.php

11 lines
116 B
PHP
Raw Normal View History

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