@0x/utils: Consolidated FixedMathRevertErrors

This commit is contained in:
Lawrence Forman 2019-10-10 09:13:25 +09:00
parent a42f3d189c
commit 09c0b83fe3
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,13 @@
[
{
"version": "4.6.0-beta.1",
"changes": [
{
"note": "Consolidated FixedMathRevertErrors",
"pr": "TODO"
}
]
},
{
"version": "4.6.0-beta.0",
"changes": [

View File

@ -12,6 +12,7 @@ export enum BinOpErrorCodes {
AdditionOverflow,
MultiplicationOverflow,
DivisionByZero,
DivisionOverflow,
}
export class SignedValueError extends RevertError {