Skip to content
  • Olaoluwa Oluro's avatar
    Fix 500 on Changelog config · fbf5c114
    Olaoluwa Oluro authored
    **Problem**
    
    When the changelog config file is loaded using YAML.safe_load, any error
    returned is not handled thereby resulting in a 500 status from the
    caller.
    
    **Solution**
    
    Handle the YAML.safe_load exception and return a user friendly error
    message
    
    Changelog: fixed
    fbf5c114