class Cmark::NodeSetterError

Overview

An error class for exceptions in setting node accessors with incorrect value/node combinations.

Defined in:

cmark/error.cr

Constructors

Constructor Detail

def self.new(setter : String, value : String, node : Node) #

def self.new(message : String) #