Skip to content

Commit

Permalink
[TASK] minor show compression values
Browse files Browse the repository at this point in the history
  • Loading branch information
tkn98 committed Aug 10, 2015
1 parent 34b25ab commit 293b34d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RECENT CHANGES
1.97.5
======

* Show supported compression values (by Tom Klingenberg)

======
1.97.4
======
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected function getCompressor($type)
return new Compressor\Gzip;

default:
throw new \InvalidArgumentException("Compression type '{$type}' is not supported.");
throw new \InvalidArgumentException("Compression type '{$type}' is not supported. Known values are: gz, gzip");
}
}

Expand Down

0 comments on commit 293b34d

Please sign in to comment.