|
@ -13,6 +13,7 @@ public class AEConsumeNotEnoughError extends AppError { |
|
|
|
|
|
|
|
|
public AEConsumeNotEnoughError(List<ConsumableStateAnalyzerService.ConsumableStatInfo> consumableStatInfos) { |
|
|
public AEConsumeNotEnoughError(List<ConsumableStateAnalyzerService.ConsumableStatInfo> consumableStatInfos) { |
|
|
super(A8kEcode.APPE_CONSUME_NOT_ENOUGH); |
|
|
super(A8kEcode.APPE_CONSUME_NOT_ENOUGH); |
|
|
|
|
|
this.consumableStatInfos = consumableStatInfos; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |