I am using clojure with the quil library, at one point in the code I load a random image in a folder, occasionally I get an error which says:
Could not find a method to load ./data/images/367-014.jpg%3F0
How could I make it so that the code keeps on running if it finds this error?