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

namespace kch42\ste;

class BreakException extends \Exception
{
}