Eric Dowell
Eric Dowell
## Details You can autoload in files via composer: ``` "autoload": { "files": [ "src/helpers/api.php", "src/helpers/common.php", "src/helpers/core.php", "src/helpers/debug.php", "src/helpers/helpers.php", "src/helpers/request.php" ] } ``` I've created a simple example of one...
Closes https://github.com/axios/axios/issues/5849 Updated `AxiosError.cause` property to match es2022.error `ErrorOptions['cause']` and use `unknown`. This is also more correct with [Typescript (since version 4.4.x) change over to always resolving `.catch` `error` parameter...