UNPKG

torchlight-data

Version:

torchlight data repository

7 lines (6 loc) 177 B
/** * Thrown when a skill is improperly defined */ Torchlight.t2.skills.InvalidSkillException = function InvalidSkillException(message) { this.message = message; };