Skip to content

Commit 1b6503b

Browse files
staabmsebastianbergmann
authored andcommitted
remove no longer used method
1 parent a7a7de5 commit 1b6503b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Framework/Exception/InvalidDataProviderException.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ public static function forException(Throwable $e, string $providerLabel): self
3232
return $exception;
3333
}
3434

35-
public static function forProvider(string $message, string $providerLabel): self
36-
{
37-
$exception = new self($message);
38-
$exception->providerLabel = $providerLabel;
39-
40-
return $exception;
41-
}
42-
4335
public function getProviderLabel(): ?string
4436
{
4537
return $this->providerLabel;

0 commit comments

Comments
 (0)