I am trying to run this Example #1 from this page: http://php.net/manual/en/language.exceptions.php
TLDR; make sure you have use Exception; on the top of both php files
use Exception;