<?php namespace PragmaRX\Google2FA\Exceptions\Contracts; use Throwable; interface IncompatibleWithGoogleAuthenticator extends Throwable { }