blob: 51f6c1a6c5bf9980860e9c523216165a3b2ab479 [file] [log] [blame]
<?php
namespace App\Exception;
class WikiPageNotFoundException extends \Exception {
};