view Agendas/trunk/src/Agendas.Blog/Exceptions/PostWriterServiceUrlNotFoundException.cs @ 243:59f8fa2f835e

Ticket 177: Valor de Duración de VAN en 0.
author juanjose.montesdeocaarbos
date Thu, 06 Oct 2011 08:13:05 -0300
parents 3027c64344bd
children
line wrap: on
line source

using System;

namespace Agendas.Blog.Exceptions
{
  public class PostWriterServiceUrlNotFoundException : Exception
  {
    public PostWriterServiceUrlNotFoundException()
      : base("Key 'PublicadorBlog.PostWriterServiceUrl' not found in appSettings")
    {
    }
  }
}