1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

We don't use this

This commit is contained in:
Timothy Clem 2018-08-23 15:35:53 -07:00
parent d1cca96072
commit 7b82038554

View File

@ -9,6 +9,4 @@ data TranslationException
-- ^ Thrown if an unbalanced 'Enter'/'Exit' pair is encountered.
| NoTranslation Element [Context]
-- ^ Thrown if no translation found for a given element.
| Unexpected String
-- ^ Catch-all exception for unexpected tokens.
deriving (Eq, Show)