/** * @description Custom exception for Industries callable implementations. * Thrown when an unsupported or invalid action is requested. * @author building-omnistudio-callable-apex */ public class IndustriesCallableException extends Exception { }