Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Blog/Exceptions/BlogWriterMasterKeyNotFoundException.cs @ 226:4d05b5883eac
quitando drop del script (era utilizando durante la fase de desarrollo)
author | nelopauselli |
---|---|
date | Mon, 26 Sep 2011 09:29:59 -0300 |
parents | 3027c64344bd |
children |
line wrap: on
line source
using System; namespace Agendas.Blog.Exceptions { public class BlogWriterMasterKeyNotFoundException : Exception { public BlogWriterMasterKeyNotFoundException() : base("Key 'PublicadorBlog.BlogWriterMasterKey' not found in appSettings") { } } }