emptyExistingExceptions method
void
emptyExistingExceptions()
to reset all a one place
Implementation
void emptyExistingExceptions() {
_print("emptyExistingExceptions called");
fileTooLarge = false;
notAllowedFormat = false;
fileWrongDimensions = false;
imageWrongRatio = false;
_print("emptyExistingExceptions completed");
}