1: <?php 2: 3: namespace Deimos\CLI\Exceptions; 4: 5: class UndefinedVariable extends \Exception 6: { 7: 8: }