package
Version:
v0.4.14-rc2
Opens a new window with list of versions in this module.
Published: Mar 13, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func TypeErr(expected, actual interface{}) error
TypeErr returns an error with a string that explains what error was expected and what was received.
type HandlerError struct {
Err error
Stack []byte
}
HandlerError adds a stack trace to an error
New returns a new HandlerError
func (HandlerError) Error ¶
Error makes HandlerError implement error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.