0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
lib
/
core
/
lib
/
Zend
/
Dom
/
[
Home
]
File: Exception.php
<?php /** Zend_Exception */ require_once 'Zend/Exception.php'; /** * Zend_Dom Exceptions * * @package Zend_Dom * @copyright Copyright (C) 2008 - Present, Zend Technologies, Inc. * @license New BSD {@link http://framework.zend.com/license/new-bsd} */ class Zend_Dom_Exception extends Zend_Exception { }