package
Version:
v0.0.0-...-9dcd13a
Opens a new window with list of versions in this module.
Published: Jul 26, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Catch(x interface{}) error
Catch handles "recover()" return value.
Conv returns rich ErrConv error.
Logic returns LogicError error.
NoImpl returns NoImplError error.
User returns ErrUser error.
const (
ErrLogic Kind = iota
ErrNoImpl
ErrUser
ErrConv
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.