• Kirill Smelkov's avatar
    exc: Turn it into real package · 936e54ee
    Kirill Smelkov authored
    Export functions that client would use and adjust their names taking
    into account that now there is a package prefix. So e.g.
    
    	raise		-> exc.Raise
    	errcatch	-> exc.Catch
    	erronunwind	-> exc.Onunwind
    	...
    936e54ee
error.go 4.5 KB