InvalidPhaseException

class InvalidPhaseException(message: String) : Throwable

An exception about misconfigured phases in a pipeline

Constructors

Link copied to clipboard
fun InvalidPhaseException(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?