PHP Class Naneau\Obfuscator\Obfuscator\Event\FileError

The file being obfuscated that causes an error
Inheritance: extends Naneau\Obfuscator\Obfuscator\Event\File
Datei anzeigen Open project: naneau/php-obfuscator

Public Methods

Method Description
__construct ( string $file, $errorMessage ) : void Constructor
getErrorMessage ( ) : string Get the error message

Method Details

__construct() public method

Constructor
public __construct ( string $file, $errorMessage ) : void
$file string
return void

getErrorMessage() public method

Get the error message
public getErrorMessage ( ) : string
return string