github.com/aamcrae/webcam@v0.0.0-20210915060337-934acc13bdc3/errors.go (about) 1 package webcam 2 3 // Timeout error 4 type Timeout struct{} 5 6 func (e *Timeout) Error() string { 7 return "Timeout occured" 8 }