1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-13 10:15:07 +02:00

Added new exceptions page

This commit is contained in:
Andrew Davis
2018-11-08 22:33:13 -06:00
parent ba4556cf8a
commit 9412c9452a
3 changed files with 68 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
<li><a href="<?= page_path('static') ?>">Static</a></li>
<li><a href="<?= page_path('interfaces') ?>">Interfaces</a></li>
<li><a href="<?= page_path('abstract') ?>">Abstract Classes</a></li>
<li><a href="<?= page_path('exceptions') ?>">Exceptions</a></li>
</ol>
<a href="<?= page_path('credits') ?>">Credits</a>
</div>