add generic Get and GetAll methods

This commit is contained in:
Pilzinsel64
2025-07-02 07:42:23 +02:00
parent bc590923ad
commit 02fd8246cd
3 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
namespace Pilz.Plugins.Advanced.Exceptions;
public class PluginFeatureException : Exception;
public class PluginFeatureNotFoundException : PluginFeatureException;