refactor: add custom Exception class

This commit is contained in:
Maël Gangloff
2025-10-07 15:55:17 +02:00
parent 79589e63eb
commit ea1df9d97a
10 changed files with 109 additions and 37 deletions

View File

@@ -1,10 +1,10 @@
{% extends "../base.html.twig" %}
{% extends "base.html.twig" %}
{% set email_color = '#0056b3' %}
{% set title = 'Domain Watchdog Alert' %}
{% block content %}
<p>Hello, <br/>
We are pleased to inform you that a domain name in your watchlist has been detected as deleted from the WHOIS database.<br/>
This is to inform you that a domain name in your watchlist has been detected as deleted from the WHOIS database.<br/>
<strong>Domain name:</strong> {{ domain.ldhName }}<br/>
<strong>Detection Date:</strong> {{ domain.updatedAt | date("c") }}<br/>
<br/>