package regulation
import "fmt"
// ErrUserIsBanned user is banned error message
var ErrUserIsBanned = fmt.Errorf("User is banned")