Avoid generic "Oops" form block error with file uploads

Permalink
Is there anyway to override the behaviour of the generic error "Oops, something is wrong with the form you posted (it doesn't have a question set id). (0)" when the max file upload size limit is exceeded? This generic error is not very helpful to users and I would like to tell them that the file size is too big and gracefully return to the form.

Concrete v5.7.5.6

Thanks