<?php /** * Exception in ContentParser package. * * @author Nikola Posa, www.nikolaposa.in.rs * @license GNU General Public License */ class ContentParser_Exception extends Exception { } ?>