CommunityID/libs/Zend/Dom/Exception.php

8 lines
116 B
PHP
Raw Normal View History

2019-07-17 20:08:50 +00:00
<?php
/** Zend_Exception */
require_once 'Zend/Exception.php';
class Zend_Dom_Exception extends Zend_Exception
{
}