forkbb/app/Core/Exceptions/ForkException.php

9 lines
100 B
PHP

<?php
namespace ForkBB\Core\Exceptions;
use Exception;
class ForkException extends Exception
{
}