Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Domain/Exceptions/ValidationException.cs @ 4:49b572535156
proponer van
publicar van propuesta
comportamiento ante excepcion en publicador
author | nelopauselli |
---|---|
date | Tue, 08 Feb 2011 00:08:49 -0300 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Domain/Exceptions/ValidationException.cs Tue Feb 08 00:08:49 2011 -0300 @@ -0,0 +1,8 @@ +using System; + +namespace AltNetHispano.Agendas.Domain.Exceptions +{ + public class ValidationException : Exception + { + } +} \ No newline at end of file