aboutsummaryrefslogtreecommitdiff
path: root/includes/Exceptions/ConfigException.php
blob: 1eac06fcb8a34d65d7f1956be33daa442abd0751 (plain) (blame)
1
2
3
4
5
<?php

namespace YOURLS\Exceptions;

class ConfigException extends \Exception {}