ErroredDependencyTaskException.java

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package com.azure.resourcemanager.resources.fluentcore.dag;

/**
 * An FaultedDependencyException is emitted when a task cannot be executed due to a faulted decedent task.
 */
final class ErroredDependencyTaskException extends Exception {
}