athenahr/app/Exceptions/ProfileAlreadyExistsException.php

11 lines
115 B
PHP

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