Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: milo/common/miloerror/error.go

Issue 2748073006: Milo Refactor: Remove theme support (Closed)
Patch Set: Fix builder.html pointer Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« milo/appengine/frontend/config.go ('K') | « milo/common/config/project.pb.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/common/miloerror/error.go
diff --git a/milo/common/miloerror/error.go b/milo/common/miloerror/error.go
deleted file mode 100644
index b1c90224ad300a229d507e928b5b6d2d633cb26c..0000000000000000000000000000000000000000
--- a/milo/common/miloerror/error.go
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2015 The LUCI Authors. All rights reserved.
-// Use of this source code is governed under the Apache License, Version 2.0
-// that can be found in the LICENSE file.
-
-package miloerror
-
-import (
- "fmt"
-)
-
-// Error is used for all milo errors.
-type Error struct {
- Message string
- Code int
-}
-
-func (e Error) Error() string {
- return fmt.Sprintf("encountered error %d, %s", e.Code, e.Message)
-}
« milo/appengine/frontend/config.go ('K') | « milo/common/config/project.pb.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698