menu
redstonex package
documentation
commons/exceptions/server_exception.dart
ServerException
ServerException.new constructor
ServerException.new constructor
dark_mode
light_mode
ServerException
constructor
ServerException
(
int
errCode
,
String
message
)
Implementation
ServerException(int errCode, String message) : super(errCode, message);
redstonex package
documentation
commons/exceptions/server_exception
ServerException
ServerException.new constructor
ServerException class