mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-05-06 00:38:20 +00:00
12 lines
97 B
PHP
12 lines
97 B
PHP
<?php
|
|
|
|
|
|
namespace crmeb\exceptions;
|
|
|
|
|
|
use Throwable;
|
|
|
|
class AuthException extends \Exception
|
|
{
|
|
|
|
} |