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

namespace r7r\ste;

class BreakException extends \Exception
{
}