Throw

data class Throw(val exception: ToolNotFoundException) : ToolNotFoundAction

Throw ToolNotFoundException — recovery is not possible or not desired.

Constructors

Link copied to clipboard
constructor(exception: ToolNotFoundException)

Properties

Link copied to clipboard