Skip to content

Commit

Permalink
fix: constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Nov 8, 2024
1 parent 8c6d9bc commit d6667e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Compression/Compression.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ abstract class Compression

public function __construct()
{
if (! self::isSupported()) {
throw new \Exception('Compression algorithm'.$this->getName().' is not supported, missing extension');
}
}

/**
Expand Down

0 comments on commit d6667e2

Please sign in to comment.