* @copyright 2014 Fabian Grutschus. All rights reserved. * @license BSD * @link http://github.com/fabiang/xmpp */ namespace Fabiang\Xmpp\Exception; /** * Exception for invalid arguments. * * "Throw an InvalidArgumentException when your functions or methods receive arguments that are invalid." * * @package Xmpp\Exception */ class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface { }