Skip to content

Commit

Permalink
chore(API): remove ErrorMessage and MessageBuilder `MessageFuncti…
Browse files Browse the repository at this point in the history
…onBuilder` and `MessageBuilderTemplate` exports.
  • Loading branch information
angularpackage committed Feb 3, 2022
1 parent 798964e commit 30716b2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
* Public API Surface of error
*/
// Class.
export { ValidationError } from './lib/validation-error.class';
// Interface.
export { ErrorMessage } from './interface/error-message.interface';

/*
* Experimental
*/
export {
// Class.
MessageBuilder,
MessageFunctionBuilder,
MessageBuilderTemplate,
} from './message-builder/';
CommonError,
Error,
Errors,
EvalError,
InternalError,
RangeError,
ReferenceError,
SyntaxError,
TypeError,
URIError,
ValidationError
} from './lib';

0 comments on commit 30716b2

Please sign in to comment.