class Crysda::InvalidColumnSelectException

Overview

Exception raised when an invalid column selection is being made, or when one tries to use both positive and negative selections.

Defined in:

crysda/select.cr

Constructors

Constructor Detail

def self.new(col_names : Array(String), selection : Array(Bool?)) #

[View source]