__construct() public method

public __construct ( type $MessageFormat )
$MessageFormat type
 public function __construct(Functional\IData $FunctionData, $Message)
 {
     $Reflection = $FunctionData->GetReflection();
     parent::__construct('Invalid function defined in %s (%d-%d): %s', $Reflection->getFileName(), $Reflection->getStartLine(), $Reflection->getEndLine(), $Message);
 }