. */ require_once 'phing/BuildException.php'; /** * This class throws errors for Expat, the XML processor. * * @author Andreas Aderhold, andi@binarycloud.com * @version $Revision: 905 $ $Date: 2010-10-05 18:28:03 +0200 (Tue, 05 Oct 2010) $ * @package phing.parser */ class ExpatParseException extends BuildException {}