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