Table: export TableException

This commit is contained in:
Jonathan Daugherty 2021-01-31 21:14:22 -08:00
parent 89da6273b2
commit e6ffcd74ee

View File

@ -3,6 +3,7 @@ module Brick.Widgets.Table
( Table ( Table
, ColumnAlignment(..) , ColumnAlignment(..)
, RowAlignment(..) , RowAlignment(..)
, TableException(..)
-- * Construction -- * Construction
, table , table