PHP Classes

File: job_error.go

Recommend this page to a friend!
  Classes of Wolfy-J   roadrunner   job_error.go   Download  
File: job_error.go
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: roadrunner
Run multiple tasks of PHP in parallel using Golang
Author: By
Last change:
Date: 6 years ago
Size: 223 bytes
 

Contents

Class file image Download
package roadrunner // JobError is job level error (no worker halt), wraps at top // of error context type JobError []byte // Error converts error context to string func (je JobError) Error() string { return string(je) }