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

13 lines
156 B
PHP

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