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

namespace kch42\ste;

class VarNotInScope extends \Exception
{
}