mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-10 17:32:15 +01:00
6 lines
163 B
Go
6 lines
163 B
Go
// Package standarderror helps standardizing
|
|
// the errors in the application.
|
|
//
|
|
// Credits: https://middlemost.com/failure-is-your-domain/
|
|
package standarderror
|