//
pkg.gl
Category
github.com/s-macke/concepts-of-programming-languages
src
functional
exceptions
package
0.1.0
Repository:
https://github.com/s-macke/concepts-of-programming-languages.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
45 SLOC
#
Functions
Throw
Throw is a alias for panic.
TryCatch
TryCatch helper for a better syntax.
#
Structs
TryCatchBlock
TryCatchBlock is a codeblock with a try and optional catch, finally clause.
#
Interfaces
Exception
Exception is a Exception type.