PodCreationException.withPodName constructor
Create a new PodCreationException with a pod name.
Implementation
PodCreationException.withPodName(String this.name, String msg, {Throwable? cause})
: resourceDescription = null,
_relatedCauses = null,
super("Failed to create pod '$name': $msg", cause);