update descartes

This commit is contained in:
osaajani 2019-11-08 19:17:07 +01:00
parent 1ae58220b8
commit 65ab7a4b1b
7 changed files with 152 additions and 98 deletions

View file

@ -1,5 +1,5 @@
<?php
namespace descartes\exceptions;
class DescartesExceptionRouterInvocationError extends Exception {};
class DescartesExceptionRouterInvocationError extends \Exception {};