Report almost done.
[crypto_lab2.git] / labo2-fsharp / CryptoFile / Types.fs
index fe72c06..38457be 100644 (file)
@@ -2,7 +2,5 @@
 
 type Key = string // For public and private RSA keys.
 
-exception FileNotFound
-exception IOError
 exception IntegrityError
 exception SignatureMismatch