menu
iproov_flutter package
documentation
exceptions.dart
ServerException
ServerException constructor
ServerException constructor
dark_mode
light_mode
ServerException
constructor
ServerException
(
String
title
,
String
?
message
)
Implementation
ServerException(String title, String? message) : super(title, message);
iproov_flutter package
documentation
exceptions
ServerException
ServerException constructor
ServerException class