Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Blog/Exceptions/BlogNameNotFoundException.cs @ 300:48ab8788bd19
#200: Patrocinadores: Agregar link al sitio web.
author | juanjose.montesdeocaarbos |
---|---|
date | Mon, 27 Feb 2012 14:45:12 -0300 |
parents | 3027c64344bd |
children |
line wrap: on
line source
using System; namespace Agendas.Blog.Exceptions { public class BlogNameNotFoundException : Exception { public BlogNameNotFoundException() : base("Key 'PublicadorBlog.BlogName' not found in appSettings") { } } }