* @copyright 2014 Fabian Grutschus. All rights reserved. * @license BSD * @link http://github.com/fabiang/xmpp */ namespace Fabiang\Xmpp\Exception; /** * Runtime exception. * * "It should be throw in cases where the calling code does not necessarily have the capacity to handle it." * * @package Xmpp\Exception */ class RuntimeException extends \RuntimeException implements ExceptionInterface { }