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