Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
#5 Change Expression not found Message
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallimathias committed Nov 7, 2017
1 parent a3c15f8 commit fa0ecad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arrow.Core/Parsing/Scanner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ internal Syntax Scan(SyntaxStream syntaxStream)
return tmpObject;
}

throw new Exception("No valid Expression found");
throw new Exception($"Syntax {syntaxStream.SyntaxList.FirstOrDefault()} not found!");
}

internal void Collect()
Expand Down

0 comments on commit fa0ecad

Please sign in to comment.