PHP Classes

File: classes/sys/cmd/exception/sys-cmd-exception.php

Recommend this page to a friend!
  Classes of Gonzalo Chumillas   DbTable   classes/sys/cmd/exception/sys-cmd-exception.php   Download  
File: classes/sys/cmd/exception/sys-cmd-exception.php
Role: Class source
Content type: text/plain
Description: Class source
Class: DbTable
Update table records in multiple related tables
Author: By
Last change:
Date: 9 years ago
Size: 774 bytes
 

Contents

Class file image Download
<?php
/**
 * This file contains the SysCmdException class.
 *
 * PHP Version 5.3
 *
 * @category System
 * @package SysCmd
 * @author Gonzalo Chumillas <gonzalo@soloproyectos.com>
 * @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 <gonzalo@soloproyectos.com>
 * @license https://raw.github.com/soloproyectos/core/master/LICENSE BSD 2-Clause License
 * @link https://github.com/soloproyectos/core
 */
class SysCmdException extends SysException
{
   
}