Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@tvkitchen/base-errors

tvkitchen8Apache-2.01.0.1

Errors used by TV Kitchen components.

readme

@tvkitchen/base-errors

This package exports common TV Kitchen error types.

See the @tvkitchen/base README for more information.

Install

Using Yarn:

yarn add @tvkitchen/base-errors --dev

or using npm:

npm install --save-dev @tvkitchen/base-errors

changelog

Changelog for @tvkitchen/base-errors

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.0.1 - 2020-06-05

Changed

  • Improved package description.

1.0.0 - 2020-05-27

Added

  • NotImplementedError error type.
  • AbstractInstantiationError error type.
  • InterfaceInstantiationError error type.
  • Initial setup.