8 lines
85 B
PHP
8 lines
85 B
PHP
<?php
|
|
|
|
namespace app\exception;
|
|
|
|
class PromoterCheckException extends \Exception
|
|
{
|
|
}
|