This website works better with JavaScript.
Home
Help
Register
Sign In
go
/
capstan
Watch
3
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added application-specific errors.
multi-app
Benjamin Shelton
4 months ago
parent
9461bd8760
commit
4e62023ca7
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
errors/application.go
+ 7
- 0
errors/application.go
View File
@ -0,0 +1,7 @@
package
errors
import
(
"git.destrealm.org/go/errors"
)
var
ErrAppHandlerAlreadyAdded
=
errors
.
New
(
"application handler has already been added"
)
Write
Preview
Loading…
Cancel
Save