aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/Post/Exception.php
blob: 516ddbe9ca5e3269dcd920072c9bcefdb11cc25e (plain)
1
2
3
4
5
<?php
namespace Post;

class Exception extends \Exception {}
?>