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