corso https://vola.udemy.com/course/php-mvc-from-scratch/learn/lecture/40931984#overview
filippo.bertilotti
2024-05-17 a212c53dc537ce66800b8e987fb18b1aab994bb4
1
2
3
4
5
6
7
8
<?php
 
namespace Framework\Exceptions;
 
use DomainException;
 
class PageNotFoundException extends DomainException {
}