• 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
base_stage.rb 1.6 KB