We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf1ec5 commit c4380e8Copy full SHA for c4380e8
src/ExceptionHandler.php
@@ -2,8 +2,8 @@
2
3
namespace Illuminated\Console;
4
5
-use Illuminate\Foundation\Exceptions\Handler;
6
use Exception;
+use Illuminate\Foundation\Exceptions\Handler;
7
8
class ExceptionHandler extends Handler
9
{
0 commit comments