Lines Matching refs:exc
160 $exc = null;
164 $exc = $e;
166 $this->assertInstanceOf(\AST\UnknownTokenException::class, $exc);
173 $exc = null;
177 $exc = $e;
179 $this->assertInstanceOf(\AST\UnmatchedWrapperException::class, $exc);
187 $exc = null;
191 $exc = $e;
193 $this->assertInstanceOf(\AST\NotEnoughArgumentsException::class, $exc);
200 $exc = null;
207 $exc = $e;
209 $this->assertInstanceOf(\AST\MalformedExpressionException::class, $exc);