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

namespace kch42\ste;

class ContinueException extends \Exception { }