Current Path : /opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/lib/SGL/ |
Current File : //opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/lib/SGL/Exception.php |
<?php require_once 'PEAR/Exception.php'; /** * Base Seagull exception class. * * @package SGL * @author Dmitri Lakachauskis <lakiboy83@gmail.com> */ class SGL_Exception extends PEAR_Exception {} ?>