PHP Classes

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

Recommend this page to a friend!
  Classes of Gonzalo Chumillas   DbTable   classes/sys/exception/sys-exception.php   Download  
File: classes/sys/exception/sys-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: 710 bytes
 

Contents

Class file image Download
<?php
/**
 * This file contains the SysException class.
 *
 * PHP Version 5.3
 *
 * @category System
 * @package Sys
 * @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\exception;
use
Exception;

/**
 * Class SysException.
 *
 * @category System
 * @package Sys
 * @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 SysException extends Exception
{
   
}