VeganMeatGuy / SatisfactorySmartHub

MIT License
1 stars 0 forks source link

refactor: exception handling between layers #28

Open VeganMeatGuy opened 3 months ago

VeganMeatGuy commented 3 months ago

is not implemented have to look up for best practice

for example: CorporationService - ExportCorporation(CorporationModel corporation, string filePath); CorporationService - ICollection GetSaveFiles();

what kind of exception is thrown, when the path is broken?