chandler/chandler/MVC/Exceptions/InterruptedException.php

6 lines
122 B
PHP

<?php declare(strict_types=1);
namespace Chandler\MVC\Exceptions;
final class InterruptedException extends \Exception
{}