CommunityID/libs/Zend/Tool/Framework/Registry/Exception.php

9 lines
151 B
PHP
Raw Normal View History

2019-07-17 20:16:19 +00:00
<?php
require_once 'Zend/Tool/Framework/Exception.php';
class Zend_Tool_Framework_Registry_Exception extends Zend_Tool_Framework_Exception
{
}