Skip to content

Commit

Permalink
Add use statement for HttpException class
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaail authored Feb 22, 2018
1 parent 4dd0a3e commit 389c3ac
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 389c3ac

Please sign in to comment.