Files
CommunityID/libs/Zend/Tool/Framework/Registry/Exception.php
2019-07-17 22:16:19 +02:00

9 lines
151 B
PHP

<?php
require_once 'Zend/Tool/Framework/Exception.php';
class Zend_Tool_Framework_Registry_Exception extends Zend_Tool_Framework_Exception
{
}