Skip to content

Commit 5a48351

Browse files
authored
Merge pull request #114 from wadetandy/master
Export validation error classes
2 parents c8c8567 + 888f8ee commit 5a48351

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export { hasMany, hasOne, belongsTo } from "./associations"
77
export { Model, Attr, HasMany, HasOne, BelongsTo } from "./decorators"
88

99
export { MiddlewareStack } from "./middleware-stack"
10+
export { ValidationError, ValidationErrors } from './validation-errors'
1011

1112
export {
1213
Scope,

0 commit comments

Comments
 (0)