. */ namespace SP\Domain\Auth\Services; use SP\Core\Exceptions\SPException; /** * Class AuthException * * @package SP\Domain\Auth\Services */ final class AuthException extends SPException { }