Skip to content

Commit

Permalink
Remove constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
edusalguero committed Jan 13, 2017
1 parent a44c6cf commit 18f9254
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Exceptions/InvalidIpException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,5 @@

class InvalidIpException extends Exception
{

/**
* InvalidIpException constructor.
*/
public function __construct()
{
}

}

0 comments on commit 18f9254

Please sign in to comment.