mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 16:42:15 +01:00
8 lines
149 B
Go
8 lines
149 B
Go
/*
|
|
Package xerror helps standardizing
|
|
the errors through the application.
|
|
|
|
Credits: https://middlemost.com/failure-is-your-domain/
|
|
*/
|
|
package xerror
|