All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.spinnaker.keel.exceptions.MissingEnvironmentReferenceException.kt Maven / Gradle / Ivy

package com.netflix.spinnaker.keel.exceptions

class MissingEnvironmentReferenceException(
  private val environmentName: String
) : ValidationException(
  "The depend-on environment named: $environmentName " +
    "is missing in the config. Please ensure you reference the right environment."
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy