nextflow.secret.MissingSecretException.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nextflow Show documentation
Show all versions of nextflow Show documentation
A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner
/*
* Copyright 2021, Sage-Bionetworks
*
* All Rights reserved
*
*/
package nextflow.secret
import groovy.transform.InheritConstructors
import nextflow.exception.AbortOperationException
/**
* Thrown when a config secret name could not be resolved
*
* @author Paolo Di Tommaso
*/
@InheritConstructors
class MissingSecretException extends AbortOperationException {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy