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

namespace kch42\ste;

class VarNotInScope extends \Exception {}