This commit is contained in:
KOUNOIKE Yuusuke
2018-05-02 14:07:19 +09:00
parent 49f095bb26
commit 1a90fd86ff

View File

@@ -314,7 +314,7 @@ trait SystemSettingsControllerBase extends AccountManagementControllerBase {
} catch {
case e: EmailException => s"[Error] ${e.getCause}"
case e: Exception => "[Error] " + e.toString
case e: Exception => "[Error] " + e.toString
}
})