app/Exceptions/UserProspectUpdateDeniedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace App\Exceptions;

use LogicException;

class UserProspectUpdateDeniedException extends LogicException
{
}