module.exports = class Warning extends BaseError {
  /**
   * Creates a new warning. Note that this always sets a reporting level of
   * 'warning' unless explicitly overriden after instantiation.
   * @param {String} message Message for the error.