/**
 * Flowtype definitions for errorBase
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 * @flow
 */

/**
 * Base error for errors thrown by the code
 * @category Errors
 */
declare export class ErrorBase mixins Error {
  constructor(message: string): this;
}
