You must log in or register to comment.
I am guilty of passing Exception variables into try catches and not using them
catch(error) { // todo }
I am guilty of passing Exception variables into try catches and not using them
catch(error) {
// todo
}