namespace TINK.Repository.Exception
{
public class WebForbiddenException : CommunicationException
{
///
/// Constructs a communication exeption object.
///
///
///
public WebForbiddenException(string p_strMessage, System.Exception p_oException) : base($"{p_strMessage}\r\nSchnell getippt?\r\nBitte die App etwas langsamer bedienen...", p_oException)
{
}
}
}