You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class ResourceAlreadyExistsException extends Exception
9
+
{
10
+
publicfunction__construct(
11
+
protectedstring$entityName,
12
+
protectedResourceTypeEnum$resourceType,
13
+
protected ?string$entityNamespace = null,
14
+
) {
15
+
parent::__construct("Cannot create {$entityNamespace}{$resourceType->value} cause it already exists. Remove {$entityName}{$resourceType->value} and run command again.");
0 commit comments