@roboten/errors

1.0.2 • Public • Published

Roboten Errors

Errors that can be thrown in Roboten applications

Usage

import { UserInputError } from '@roboten/errors'

const inputValue = 1

if (inputValue > 0) {
  throw new UserInputError('Input value might not be bigger than 0')
}

Readme

Keywords

none

Package Sidebar

Install

npm i @roboten/errors

Weekly Downloads

2

Version

1.0.2

License

UNLICENSED

Unpacked Size

6.95 kB

Total Files

5

Last publish

Collaborators

  • johan-steffner-roboten
  • the-platform-companion