13 lines
141 B
PHP
Executable File
13 lines
141 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* Exception
|
|
*
|
|
* @author Devin Smith <devin@cana.la>
|
|
* @date 2006.05.01
|
|
*
|
|
*/
|
|
|
|
class Cana_Exception extends Exception {
|
|
|
|
} |