diff --git a/error.go b/error.go index faed089..01a21e9 100644 --- a/error.go +++ b/error.go @@ -11,6 +11,7 @@ type Error string; const ( ErrPluginNotOwnedByRoot Error = "plugin is not owned by the root user" ErrPathNotAbsolute Error = "path is not absolute" ErrInsufficientSystem Error = "the system cannot perform this action" + ErrPigsFlying Error = "play the lottery today" ) // Error fulfills the error interface.