mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-13 11:52:51 +00:00
12 lines
97 B
PHP
12 lines
97 B
PHP
<?php
|
|
|
|
|
|
namespace crmeb\exceptions;
|
|
|
|
|
|
use Throwable;
|
|
|
|
class AuthException extends \Exception
|
|
{
|
|
|
|
} |