mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
9 lines
122 B
PHP
9 lines
122 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use LogicException;
|
|
|
|
class UserProspectUpdateDeniedException extends LogicException
|
|
{
|
|
}
|