Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgumentError ¶
type ArgumentError struct {
// contains filtered or unexported fields
}
func NewArgumentError ¶
func NewArgumentError(arg string) *ArgumentError
func (*ArgumentError) Error ¶
func (e *ArgumentError) Error() string
func (*ArgumentError) WithMessage ¶
func (e *ArgumentError) WithMessage(msg string) *ArgumentError
Click to show internal directories.
Click to hide internal directories.