This commit is contained in:
judy0131 2018-09-11 17:13:05 +08:00
parent ac8ad1a92e
commit 66b3175ef7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class StopBean {
case _ => throw new ClassNotFoundException(this.bundle + " is not found!!!")
}
}
case _ => throw new ClassNotFoundException(this.bundle + " is not found!!!")
case ex : Exception => throw ex
}