class CQL::DialectError

Overview

Error class for dialect-specific errors

Direct Known Subclasses

Defined in:

exceptions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(dialect : String, feature : String, workaround : String | Nil = nil) #

[View source]

Instance Method Detail

def dialect : String #

[View source]
def feature : String #

[View source]
def workaround : String | Nil #

[View source]