module.exports = class CriticalError extends BaseError {
  /**
   * Creates a new critical error.
   * @param {String} message Message for the error.
   * @param {Object} data Additional data for the error to be given to rollbar.