<?php
/**
* @author Robin von den Bergen <robin.vondenbergen@interlutions.de>
*/
namespace CodeFareith\CfGoogleAuthenticator\Application\Exception;
use CodeFareith\CfGoogleAuthenticator\Exception\ExtensionException;
interface ApplicationException
extends ExtensionException
{
}