Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Blog/Exceptions/BlogWriterMasterKeyNotFoundException.cs @ 242:5cc1681d3789
Combinar
author | juanjose.montesdeocaarbos |
---|---|
date | Wed, 05 Oct 2011 07:57:21 -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") { } } }