<?php require_once 'PEAR/Exception.php'; /** * Base Seagull exception class. * * @package SGL * @author Dmitri Lakachauskis <lakiboy83@gmail.com> */ class SGL_Exception extends PEAR_Exception {} ?>