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