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