<?php

declare(strict_types=1);

namespace Kreait\Firebase\Exception;

/**
 * @deprecated 4.28.0 catch specific exceptions or \Kreait\Firebase\Exception\FirebaseException instead
 *
 * @internal
 */
interface PermissionDenied extends ApiException
{
}
