Skip to content

Commit

Permalink
Add use statement for HttpException class
Browse files Browse the repository at this point in the history
(cherry picked from commit 389c3ac, port of #556 to 2.x)
  • Loading branch information
ismaail authored and Jean85 committed May 4, 2018
1 parent 25755e6 commit 228cad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/integrations/laravel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ step is not required anymore an you can skip ahead to the next one:
<?php
use Symfony\Component\HttpKernel\Exception\HttpException;
class Handler extends ExceptionHandler
{
public function report(Exception $exception)
Expand Down

0 comments on commit 228cad4

Please sign in to comment.