summaryrefslogtreecommitdiffstats
path: root/application/exceptions/FileUploadVerifyException.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/exceptions/FileUploadVerifyException.php')
-rw-r--r--application/exceptions/FileUploadVerifyException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/exceptions/FileUploadVerifyException.php b/application/exceptions/FileUploadVerifyException.php
index d091c1eab..5125e4822 100644
--- a/application/exceptions/FileUploadVerifyException.php
+++ b/application/exceptions/FileUploadVerifyException.php
@@ -6,7 +6,7 @@
*/
namespace exceptions;
-class FileUploadVerifyException extends UserInputException {
+class FileUploadVerifyException extends VerifyException {
public function __toString()
{
$ret = $this->getMessage()."\n";