add generic Get and GetAll methods
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace Pilz.Plugins.Advanced.Exceptions;
|
||||
|
||||
public class PluginFeatureException : Exception;
|
||||
|
||||
public class PluginFeatureNotFoundException : PluginFeatureException;
|
||||
Reference in New Issue
Block a user