Current section
Files
Jump to
Current section
Files
src/internal/errors.gleam
import simplifile
pub type InertiaError {
FileError(simplifile.FileError)
TemplateNotFound
ManifestNotFound
ParseError
}