Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomException ¶
type CustomException struct { ErrorClassName string ErrorMessage string ErrorStack string ErrorEsc string }
func NewCustomException ¶
func NewCustomException(t, msg, stack, esc string) *CustomException
func (*CustomException) Error ¶
func (cex *CustomException) Error() string
Click to show internal directories.
Click to hide internal directories.