Skip to content

Commit

Permalink
Fixed InvalidArgumentException parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Jul 10, 2020
1 parent a3b8b6f commit 7a2d940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aeon/Calendar/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

namespace Aeon\Calendar\Exception;

final class InvalidArgumentException extends \InvalidArgumentException
final class InvalidArgumentException extends Exception
{
}

0 comments on commit 7a2d940

Please sign in to comment.