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

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

package com.netflix.spinnaker.keel.exceptions

import com.netflix.spinnaker.kork.exceptions.UserException

open class ValidationException(
  override val message: String
) : UserException(message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy