vocdoni / ui-components

Vocdoni UI components libs
GNU General Public License v3.0
3 stars 2 forks source link

Improve blocks errors #190

Closed selankon closed 1 month ago

selankon commented 1 month ago

It uses error classes that extend ErrAPI. On this way is much easier to use instanceof to get the type of the error, which is more useful than the declared type of before

selankon commented 1 month ago

FTR related https://github.com/vocdoni/explorer/pull/49