aboutsummaryrefslogtreecommitdiff
path: root/errors.go
blob: 247e507ae74c22247c9fc5c0f9f9afbc92212844 (plain) (blame)
1
2
3
4
5
6
7
package main

import (
	"errors"
)

var err_deliver_write = errors.New("unable to write to filesystem while attempting to deliver message")