Archived
1
0
Fork 0

app/listeners/DispatchListener.php: need "use Exception" to make php know that i want the base class without any namespaces.

This commit is contained in:
Henrik Hautakoski 2018-06-13 21:33:12 +02:00
parent daa8803f5e
commit f82382fdaa

View file

@ -2,6 +2,7 @@
namespace App\Listener;
use Exception;
use Phalcon\Events\Event;
use Phalcon\Mvc\User\Plugin;
use Phalcon\Mvc\Dispatcher;