summaryrefslogtreecommitdiff
path: root/shrine/messages/common.go
blob: 3401505a967f076f1678c7c5470e1cd0c68da1d8 (plain)
1
2
3
4
5
package messages

const (
	AuditLogNotFound = "Audit log not found."
)