SkillLoadException constructor

const SkillLoadException(
  1. String message, [
  2. String? path
])

Implementation

const SkillLoadException(this.message, [this.path]);