Skip to content

Commit c91403b

Browse files
committed
Remove unused method
1 parent 9004a18 commit c91403b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Exception/ClientException.php

-12
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,4 @@ public static function fromErrorResponse(ErrorResponse $errorResponse): self
4242

4343
return new self($message);
4444
}
45-
46-
/**
47-
* @param class-string $class
48-
*/
49-
public static function missingDependency(string $class, string $help): self
50-
{
51-
return new self(sprintf(
52-
'You have a missing dependency: %s. %s',
53-
$class,
54-
$help,
55-
));
56-
}
5745
}

0 commit comments

Comments
 (0)