mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 04:32:15 +01:00
huge refactoring
This commit is contained in:
7
app/errors.go
Normal file
7
app/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package app
|
||||
|
||||
type appConfigError struct{}
|
||||
|
||||
func (e *appConfigError) Error() string {
|
||||
return "A fatal error occured while setting up the application"
|
||||
}
|
||||
Reference in New Issue
Block a user