feathersjs / docs

[MOVED] Legacy Feathers documentation
https://crow.docs.feathersjs.com/
MIT License
242 stars 532 forks source link

fix: custom error example #1558

Closed matiaslopezd closed 2 years ago

matiaslopezd commented 2 years ago

The order of arguments is incorrect.

class UnsupportedMediaType extends FeathersError {
  constructor(message, data) {
    super(message, name, code, className, data);
  }
}
netlify[bot] commented 2 years ago

✔️ Deploy Preview for feathers-docs ready!

🔨 Explore the source changes: 563b2779828341ea82402d85f4374fe2d0149edd

🔍 Inspect the deploy log: https://app.netlify.com/sites/feathers-docs/deploys/61ff2b7e7fe9830008529a42

😎 Browse the preview: https://deploy-preview-1558--feathers-docs.netlify.app