Skip to content

Commit

Permalink
Update InvalidArgumentException.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gmponos committed Oct 16, 2018
1 parent 49a7493 commit 97b2bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/InvalidArgumentException.php
Expand Up @@ -2,4 +2,4 @@

namespace GuzzleHttp\Exception;

class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException {}
final class InvalidArgumentException extends \InvalidArgumentException implements GuzzleException {}

0 comments on commit 97b2bc9

Please sign in to comment.