class Json::Tools::IllegalOperationException

Overview

Exception raised if trying to perform an operation that does not make sense in the current context, for example when trying to access the parent pointer of the root element.

Defined in:

json-tools/exception.cr

Constructors

Constructor Detail

def self.new(message : String) #

[View source]