1. 07 6月, 2019 1 次提交
    • S
      Switch errors to inherit from a base class · ecdc50b1
      syasonik 提交于
      Error classes associated with individual stages of
      dashboard processing tend to have very long names.
      As dashboard post-processing includes more steps,
      we will likely need to handle more error cases.
      Refactoring to have all errors inherit from a specific
      base class will help accommodate this and keep the code
      more readable.
      ecdc50b1
  2. 06 6月, 2019 39 次提交