source:
trunk/sources/HeuristicLab.PluginInfrastructure/InvalidPluginException.cs
@
59
Last change on this file since 59 was 12, checked in by gkronber, 17 years ago | |
---|---|
File size: 176 bytes |
Rev | Line | |
---|---|---|
[12] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Text; | |
4 | ||
5 | namespace HeuristicLab.PluginInfrastructure { | |
6 | class InvalidPluginException : Exception { | |
7 | } | |
8 | } |
Note: See TracBrowser
for help on using the repository browser.