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

class Exception extends \Exception {}
?>