* @license https://raw.github.com/soloproyectos/core/master/LICENSE BSD 2-Clause License * @link https://github.com/soloproyectos/core */ namespace com\soloproyectos\common\sys\cmd\exception; use com\soloproyectos\common\sys\exception\SysException; /** * Class SysCmdException. * * @category System * @package SysCmd * @author Gonzalo Chumillas * @license https://raw.github.com/soloproyectos/core/master/LICENSE BSD 2-Clause License * @link https://github.com/soloproyectos/core */ class SysCmdException extends SysException { }