const ServerException([String? msg, int? code]) : super(msg ?? 'Server error. Try later.', statusCode: code ?? 500);