menu
altcha_widget package
documentation
exceptions.dart
ServerException
ServerException.new constructor
ServerException.new constructor
dark_mode
light_mode
ServerException
constructor
ServerException
(
int
statusCode
, [
String
message
=
'Server error occurred'
])
Implementation
ServerException(this.statusCode, [this.message = 'Server error occurred']);
altcha_widget package
documentation
exceptions
ServerException
ServerException.new constructor
ServerException class