The LogicException class
Guide
Edit on GitHub ✎
Exception that represents error in the program logic. This kind of exception should lead directly to a fix in your code.
Intro
Exception that represents error in the program logic. This kind of exception should lead directly to a fix in your code.
Class synopsis
extends Exception { }