UNPKG
woltage
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.0
A CQRS and Event-Sourcing Framework
github.com/wesone/woltage
wesone/woltage
woltage
/
dist
/
src
/
errors
/
DuplicateAggregateError.d.ts
5 lines
(4 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
import
ConflictError
from
'./ConflictError.ts'
;
export
default
class
DuplicateAggregateError
extends
ConflictError
{
constructor
(
message
?:
string
); }