CodyKochmann
10/16/2015 - 5:17 PM

This is a try / catch block to make debugging scripts easier to make.

This is a try / catch block to make debugging scripts easier to make.

{ # try

} || { # catch
    # print the error here 
}