summaryrefslogtreecommitdiff
path: root/src/ste/ContinueException.php
blob: 784166e3a609039403a2a596f1420cf1b2eda225 (plain)
1
2
3
4
5
6
7
<?php

namespace kch42\ste;

class ContinueException extends \Exception
{
}