Composer Exception
class ComposerException @JvmOverloads constructor(val problem: String, val problemMark: Mark?, val context: String = "", val contextMark: Mark? = null) : MarkedYamlEngineException
General exception during composition step
Parameters
context
part of the document
context Mark
context position
problem
the issue
problem Mark
the problem location