Empty catch block
Empty Catch Block finds instances where an exception is caught, but nothing is done. In most circumstances, this swallows an exception which should either be acted on or reported.
Never use the continue option, since that doesn't give you the option to print any info (the platform will just ignore the error)