Skip to content

Commit

Permalink
fix: Remove unused MultiReasonException exception (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 11, 2023
1 parent f2f713a commit 8195177
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Box.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

namespace KevinGH\Box;

use Amp\MultiReasonException;
use Amp\Parallel\Worker\TaskFailureThrowable;
use BadMethodCallException;
use Countable;
Expand Down Expand Up @@ -446,8 +445,6 @@ public function signUsingKey(string $key, ?string $password): void
/**
* @param string[] $files
*
* @throws MultiReasonException
*
* @return array array of tuples where the first element is the local file path (path inside the PHAR) and the
* second element is the processed contents
*/
Expand Down

0 comments on commit 8195177

Please sign in to comment.