Error: add OVERRUN_ERROR

BodgeMaster-unfinished
BodgeMaster 2022-06-29 11:32:33 +02:00
parent d43ef67ed1
commit 71fab21dfb
1 changed files with 3 additions and 0 deletions

View File

@ -70,4 +70,7 @@ namespace ErrorCodes {
// IndexOutOfRangeException equivalent
const uint8_t RANGE_ERROR = 1;
// when going out of bounds in a non-predetermined way
const uint8_t OVERRUN_ERROR = 2;
}