SUI-Components / sui

Monorepo for SUI (Simple User Interface) packages.
169 stars 33 forks source link

feat(packages/sui-domain): Add DomainError class #1769

Closed aarronte86 closed 3 months ago

aarronte86 commented 3 months ago

Description

This adds a new DomainError class to @s-ui/domain which is intended to be the base class for handling errors in the domain layer. This is part of the Domain Error Handling agreements we have defined recently.

Related Issue

Domain Error Handling Issue

Example

Using DomainError guide