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

9 lines
151 B
PHP

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