9 lines
151 B
PHP
Raw Normal View History

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