mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +03:00
📝 NoLanguageForBlob.
This commit is contained in:
parent
22a34ad591
commit
4e809089b3
@ -125,6 +125,7 @@ instance FromJSON BlobPair where
|
||||
_ -> fail "Expected object with 'before' and/or 'after' keys only"
|
||||
|
||||
|
||||
-- | An exception indicating that we’ve tried to diff or parse a blob of unknown language.
|
||||
newtype NoLanguageForBlob = NoLanguageForBlob FilePath
|
||||
deriving (Eq, Exception, Ord, Show, Typeable)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user