Darien Raymond 8 years ago
parent
commit
1ab6c341e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common/errors/errors.go

+ 1 - 0
common/errors/errors.go

@@ -7,6 +7,7 @@ import (
 	"v2ray.com/core/common/serial"
 	"v2ray.com/core/common/serial"
 )
 )
 
 
+// Severity describes how severe the error is.
 type Severity int
 type Severity int
 
 
 const (
 const (