CommunityID/libs/Zend/Dom/Exception.php

8 lines
116 B
PHP

<?php
/** Zend_Exception */
require_once 'Zend/Exception.php';
class Zend_Dom_Exception extends Zend_Exception
{
}