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

namespace r7r\ste;

class VarNotInScope extends \Exception
{
}