Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored AxiosError to be a constructor; Refactored Cancel [error] to be an AxiosError subclass; #3645

Merged
merged 1 commit into from Mar 10, 2022

Commits on Oct 14, 2021

  1. Refactored AxiosError to a constructor;

    Refactored `Cancel` to a constructor, a subclass of the `AxiosError`;
    Expose CanceledError class;
    Refactored axios error codes;
    Added `toFlatObject` util;
    DigitalBrainJS committed Oct 14, 2021
    Copy the full SHA
    7f12366 View commit details
    Browse the repository at this point in the history