AutomationExecutionLimitExceededException constructor
Implementation
AutomationExecutionLimitExceededException({String? type, String? message})
: super(
type: type,
code: 'AutomationExecutionLimitExceededException',
message: message);