class CQL::MySqlUnsupportedFeatureError

Overview

Error class specifically for MySQL unsupported features

Defined in:

exceptions.cr

Constructors

Instance methods inherited from class CQL::DialectError

dialect : String dialect, feature : String feature, workaround : String | Nil workaround

Constructor methods inherited from class CQL::DialectError

new(dialect : String, feature : String, workaround : String | Nil = nil) new

Constructor Detail

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

[View source]