graphiti-api / graphiti-rails

MIT License
54 stars 28 forks source link

Revisit "fatal" exception handling #9

Closed wagenet closed 5 years ago

wagenet commented 5 years ago

"Fatal" exceptions (5xx) should have different error messages and logging behavior than "expected" (4xx) ones. We've done some handling ourselves for this, but it should probably be discussed further and made more of a first-class concept in Graphiti.

wagenet commented 5 years ago

See https://github.com/wagenet/graphiti-rails/issues/5#issuecomment-488721702

wagenet commented 5 years ago

Addressed by #22