Merge pull request #4672 from xuwei-k/Reload-stack-trace

disable "Reload" exception stack trace
This commit is contained in:
eugene yokota 2019-05-13 16:25:34 -04:00 committed by GitHub
commit 529ba8a3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ final case class Reboot(
def arguments = argsList.toArray
}
case object Reload extends Exception
case object Reload extends Exception(null, null, false, false)
final case class ApplicationID(
groupID: String,