# Description While the repo already handles a lot of errors, I believe we could create a more descriptive error structure. ```javascript if (!field) throw new FieldNotFoundError() if (!config) throw new EmptyConfigError() ```