Advertisement
Guest User

Untitled

a guest
Oct 6th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.18 KB | None | 0 0
  1. try {
  2.     ...
  3. } catch {
  4.     case e: Exception => {
  5.         Log.printException("An error has occured!", e)
  6.         return false
  7.     }
  8. } finally {
  9.     if (condition) return false
  10. }
  11. // *unreachable code*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement