index
:
Blog
master
optimization
A simple blog system with Markdown support, written in PHP & MySQL.
Thomas Lange
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
namespace
/
Template
/
Exception.php
blob: 3bfbf632ab56229708782771ab227a636dcb9d7d (
plain
)
1
2
3
4
<
?php
namespace
Template
;
class
Exception
extends
\Exception
{}