????

Your IP : 18.220.69.92


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/luxon/src/impl/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/luxon/src/impl/invalid.js

export default class Invalid {
  constructor(reason, explanation) {
    this.reason = reason;
    this.explanation = explanation;
  }

  toMessage() {
    if (this.explanation) {
      return `${this.reason}: ${this.explanation}`;
    } else {
      return this.reason;
    }
  }
}