Skip to content

Instantly share code, notes, and snippets.

@Kilobyte22
Created June 27, 2014 12:59
val message = args.checkAny(3) match {
case null => null
case value: String => value
case _ => throw new Exception(ErrorHelper.argError(3, "string or nil"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment