Skip to content
  • Joey Hess's avatar
    change retrieveExport and getKey to throw exception · 3334d383
    Joey Hess authored
    retrieveExport is part of ongoing transition to make remote methods
    throw exceptions, rather than silently hide them.
    
    getKey very rarely fails, and when it does it's always for the same reason
    (user configured annex.backend to url for some reason). So, this will
    avoid dealing with Nothing everywhere it's used.
    
    This commit was sponsored by Ilya Shlyakhter on Patreon.
    3334d383