mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-09 09:02:15 +01:00
8 lines
158 B
Go
8 lines
158 B
Go
/*
|
|
Package standarderror helps standardizing
|
|
the errors in the application.
|
|
|
|
Credits: https://middlemost.com/failure-is-your-domain/
|
|
*/
|
|
package standarderror
|