Remove redundant throw in try/catch in configurations list
closes #875 (closed)
It didn't make any sense, from what I understand, to have a throw in the catch of the try/catch, as the error was already being handled and throw is used to create custom errors.