Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/1ceb6199171ce9e64a06d6a246bb7edb to your computer and use it in GitHub Desktop.
Save trycf/1ceb6199171ce9e64a06d6a246bb7edb to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
var type1
var type2
var type3
var val = 1;
try {}
throw(type="ErrorUnauthorized");
public void function tryMe(val) {
switch(val) {
case 1:
break;
case 2:
break;
case 3:
break
case 4:
break;
}
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment