mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 09:17:23 +01: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