Skip to content

Commit

Permalink
Exend InvalidArgumentException for InvalidVersionException
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Mar 5, 2017
1 parent 5e54c16 commit a70c0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InvalidVersionException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace PharIo\Version;

class InvalidVersionException extends \Exception implements Exception {
class InvalidVersionException extends \InvalidArgumentException implements Exception {
}

0 comments on commit a70c0ce

Please sign in to comment.