mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 21:22:15 +01:00
huge refactoring
This commit is contained in:
7
app/handlers/converter/errors.go
Normal file
7
app/handlers/converter/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package converter
|
||||
|
||||
type noFileToConvertError struct{}
|
||||
|
||||
func (e *noFileToConvertError) Error() string {
|
||||
return "There is no file to convert"
|
||||
}
|
||||
Reference in New Issue
Block a user