This repo was created with objective to practice exceptions in PHP.
You'll see how exceptions, stacktraces and errors could be applied in a simple web application.
This simple project could runs using PHP 7 or more
Using the command line running:
php -S localhost:port
For example:
php -S localhost:777