Skip to content

Commit

Permalink
Merge pull request #5 from ncou/analysis-XZRZAg
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
ncou authored Oct 5, 2018
2 parents b9da9ea + 19177f0 commit 4cb6f51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/HttpException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

namespace Chiron\Http\Exception;

use InvalidArgumentException;
use Exception;
use InvalidArgumentException;
use Throwable;

/**
* An exception that represents a HTTP error response.
*
*/
class HttpException extends Exception
{
Expand Down

0 comments on commit 4cb6f51

Please sign in to comment.