armyknife_exceptions library

Classes

Exceptions
Golangのerrorsパッケージのような例外関連処理を提供する. as https://pkg.go.dev/errors

Typedefs

ExceptionUnwrapper = Exception? Function(Exception e)
内部にある例外を取り出すための関数.