<?php

declare(strict_types=1);

namespace Kreait\Firebase\Exception;

interface AppCheckException extends FirebaseException
{
}
