2012-06-20 21:39:23 -07:00

13 lines
141 B
PHP
Executable File

<?php
/**
* Exception
*
* @author Devin Smith <devin@cana.la>
* @date 2006.05.01
*
*/
class Cana_Exception extends Exception {
}