Code Smell 288 - Unthrown Exceptions
TL;DR: Creating a new exception without throwing it leads to silent failures. When You Forget to Throw, Your Code Will Blow

TL;DR: Creating a new exception without throwing it leads to silent failures.
When You Forget to Throw, Your Code Will Blow