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