Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExceptionsModule ¶
type ExceptionsModule struct {
ErrorService *raven.Client `inject:""`
}
func (*ExceptionsModule) Recover ¶
func (di *ExceptionsModule) Recover()
type OutOfBounds ¶
type OutOfBounds struct {
Msg string
}
func (OutOfBounds) Error ¶
func (e OutOfBounds) Error() string
type UnexpectedValue ¶
type UnexpectedValue struct {
Msg string
}
func (UnexpectedValue) Error ¶
func (e UnexpectedValue) Error() string
Click to show internal directories.
Click to hide internal directories.