Current section

Files

Jump to
tobble include tobble_InconsistentColumnCountError.hrl
Raw

include/tobble_InconsistentColumnCountError.hrl

-record(inconsistent_column_count_error, {
expected :: integer(),
got :: integer()
}).