Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Modularization/HeuristicLab.PluginInfrastructure/InvalidPluginException.cs @ 59

Last change on this file since 59 was 12, checked in by gkronber, 17 years ago

added new file InvalidPluginException.cs (was missing in r8)

File size: 176 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace HeuristicLab.PluginInfrastructure {
6  class InvalidPluginException : Exception {
7  }
8}
Note: See TracBrowser for help on using the repository browser.