Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicError ¶
type BasicError struct {
// contains filtered or unexported fields
}
errorString is a trivial implementation of error.
func NewBasicError ¶
func NewBasicError(s string) *BasicError
func (*BasicError) Error ¶
func (e *BasicError) Error() string
Click to show internal directories.
Click to hide internal directories.