CommunityID/libs/Zend/Tool/Project/Context/Exception.php

8 lines
142 B
PHP
Raw Normal View History

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