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
/
Post
/
Exception.php
blob: 29b934542bfafe790c98e7c64e5e6ea708486ef3 (
plain
)
1
2
3
4
<
?php
namespace
Post
;
class
Exception
extends
\Exception
{}