rbrecruiter/app/Exceptions/ProfileNotFoundException.php

11 lines
110 B
PHP

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