view Agendas/trunk/src/Agendas.Blog/Exceptions/BlogWriterMasterKeyNotFoundException.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 BlogWriterMasterKeyNotFoundException : Exception
  {
    public BlogWriterMasterKeyNotFoundException()
      : base("Key 'PublicadorBlog.BlogWriterMasterKey' not found in appSettings")
    {
    }
  }
}