class Cql::Error

Overview

Error class This class represents an error in the Cql library It provides a message describing the error

Example Raising an error

raise Cql::Error.new("Something went wrong")

Defined in:

column.cr

Constructors

Constructor Detail

def self.new(message : String) #

[View source]