Show Exception.php syntax highlighted
<?php
/**
* Quantum Game Library
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the text file LICENSE located in the root
* directory of this library.
* It is also available through the internet at this URL:
* http://doc.astrumfutura.com/license.html
*
* If you did not receive a copy of the license and are unable to
* obtain it through the internet, please send an email
* to license@astrumfutura.com so we can send you a copy.
*
* @package Quantum
* @category Quantum
* @copyright Copyright (c) 2007 The QGL Group (refer to COPYRIGHT file)
* @version $Id: Exception.php 250 2007-02-15 13:48:50Z maugrim_t_r $
* @license http://doc.astrumfutura.com/license.html New BSD License
*/
/**
* @package Quantum
* @category Quantum
*/
class Quantum_Exception extends Exception
{}
See more files for this project here