mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-04 22:33:31 +08:00
8 lines
270 B
OpenEdge ABL
8 lines
270 B
OpenEdge ABL
|
|
/**
|
||
|
|
* @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 {
|
||
|
|
}
|