chnages has been made and net salary is being displayed
This commit is contained in:
@@ -3,6 +3,9 @@ class ServerException implements Exception {
|
||||
final int? statusCode;
|
||||
|
||||
ServerException({required this.message, this.statusCode});
|
||||
|
||||
@override
|
||||
String toString() => 'ServerException: $message (Status: $statusCode)';
|
||||
}
|
||||
|
||||
class NetworkException implements Exception {
|
||||
|
||||
Reference in New Issue
Block a user