ParrotModuleExportIllegalException constructor

const ParrotModuleExportIllegalException(
  1. Module module,
  2. Object exported
)

Creates a new ParrotModuleExportIllegalException instance.

Implementation

const ParrotModuleExportIllegalException(this.module, this.exported);