mirror of
https://github.com/pestphp/pest.git
synced 2026-04-24 07:57:29 +02:00
Renamed DatasetAlreadyExists exception
This commit is contained in:
@ -12,7 +12,7 @@ use Symfony\Component\Console\Exception\ExceptionInterface;
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
final class DatasetAlreadyExist extends InvalidArgumentException implements ExceptionInterface, RenderlessEditor, RenderlessTrace
|
||||
final class DatasetAlreadyExists extends InvalidArgumentException implements ExceptionInterface, RenderlessEditor, RenderlessTrace
|
||||
{
|
||||
/**
|
||||
* Creates a new Exception instance.
|
||||
Reference in New Issue
Block a user