Skip to content

Instantly share code, notes, and snippets.

@els-pnw
Created November 11, 2011 19:29
Show Gist options
  • Save els-pnw/1358968 to your computer and use it in GitHub Desktop.
Save els-pnw/1358968 to your computer and use it in GitHub Desktop.
(defn check-for-error
[ & [timeout]]
(try+ (check-for-success timeout)
(catch ::no-success-message-error _ nil)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment