* @copyright 2014 Fabian Grutschus. All rights reserved. * @license BSD * @link http://github.com/fabiang/xmpp */ namespace Fabiang\Xmpp\Exception; /** * Exception interface. * * @package Xmpp\Exception */ interface ExceptionInterface { }