Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 764349a6 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

new exception

parent a9b44e99
No related tags found
No related merge requests found
......@@ -26,4 +26,9 @@ namespace TUGraz.VectoCore.Exceptions
Response = resp;
}
}
public class VectoSearchFailedException : VectoException
{
public VectoSearchFailedException(string message, params object[] args) : base(message, args) {}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment