mirror of
https://github.com/filp/whoops.git
synced 2026-09-12 18:56:22 +00:00
Added missing use statement
This commit is contained in:
@@ -11,6 +11,7 @@ use Whoops\Run;
|
||||
use Zend\Mvc\View\Http\ExceptionStrategy as BaseExceptionStrategy;
|
||||
use Zend\Mvc\MvcEvent;
|
||||
use Zend\Mvc\Application;
|
||||
use Zend\Http\Response;
|
||||
|
||||
class ExceptionStrategy extends BaseExceptionStrategy {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user