1<?php
2
3namespace PragmaRX\Google2FA\Exceptions\Contracts;
4
5use Throwable;
6
7interface InvalidAlgorithm extends Throwable
8{
9}
10