// Copyright IBM Corp. and LoopBack contributors 2018. All Rights Reserved.
// Node module: @loopback/repository
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

export * from './entity-not-found.error';
export * from './invalid-polymorphism.error';
export * from './invalid-relation.error';
export * from './invalid-body.error';
