diff --git a/ProFUSE/Exception.h b/ProFUSE/Exception.h index 043cd8c..b4ce9ab 100644 --- a/ProFUSE/Exception.h +++ b/ProFUSE/Exception.h @@ -51,6 +51,7 @@ enum outOfMem = 0x54, dupVolume = 0x57, notBlockDev = 0x58, + invalidLevel = 0x59, damagedBitMap = 0x5a, badPathNames = 0x5b, notSystemFile = 0x5c,