Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaido91 committed Jun 27, 2018
1 parent a9baa7c commit 0c6bbbc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ private[v1] class AbstractApplicationResource extends BaseAppResource {
.build()
} catch {
case NonFatal(_) =>
UIUtils.buildErrorResponse(Response.Status.SERVICE_UNAVAILABLE,
s"Event logs are not available for app: $appId.")
throw new ServiceUnavailable(s"Event logs are not available for app: $appId.")
}
}

Expand Down

0 comments on commit 0c6bbbc

Please sign in to comment.