neet/masto.js

View on GitHub
src/adapters/errors/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export * from "./masto-unexpected-error";
export * from "./masto-deserialize-error";
export * from "./masto-http-error";
export * from "./masto-invalid-argument-error";
export * from "./masto-timeout-error";
export * from "./masto-web-socket-error";