Guest User

Untitled

a guest
Nov 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. (defn handle-exception
  2. "to throw application exception"
  3. [e]
  4. (do (logging/error (.getMessage e))
  5. (throw (myDictionary.java.AppException. (.getMessage e) (.getCause e)))))
Add Comment
Please, Sign In to add comment