summaryrefslogtreecommitdiff
path: root/src/application/mystic/forum/exceptions/DatabaseConnectionException.php
blob: f79d800959d296b41106d50c7934594ed6a1be2e (plain)
1
2
3
4
5
6
<?php
declare(strict_types=1);

namespace mystic\forum\exceptions;

class DatabaseConnectionException extends \Exception {}