Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/InvalidPluginException.cs @ 88

Last change on this file since 88 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.