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