move errors into subpackage

This commit is contained in:
aler9
2021-03-21 11:19:35 +01:00
parent c0e045071b
commit 437b4cc87e
8 changed files with 391 additions and 354 deletions

View File

@@ -0,0 +1,2 @@
// Package liberrors contains errors returned by the library.
package liberrors