* @copyright 2014 Fabian Grutschus. All rights reserved. * @license BSD * @link http://github.com/fabiang/xmpp */ namespace Fabiang\Xmpp\Exception\Stream; /** * Exception class for error generated by stream, * * @package Xmpp\Exception\Stream */ class AuthenticationErrorException extends StreamErrorException { }