CosmosOS / IL2CPU

IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.
BSD 3-Clause "New" or "Revised" License
279 stars 71 forks source link

Use a custom exception instead of just a generic exception when plugs are missing #222

Open selkij opened 4 months ago

selkij commented 4 months ago

When a plug is missing, a generic system exception is thrown, unless you read the message (which is hidden unless you go to the console tab on VS) you won't get a lot of information, creating a PlugMissingException and PlugNotImplementedException would be better, I can work on it if needed I just need to know the opinion of the dev team

9xbt commented 4 months ago

imo it would be good and would remove a lot of issues in the cosmos github repo