Method | Description | |
---|---|---|
__construct ( string $module, string $function, array $properties = null, Exception $previous = null ) | Generates: User does not have access to '{$function}' '{$module}'[ with: %property.key% '%property.value%']. |
public __construct ( string $module, string $function, array $properties = null, Exception $previous = null ) | ||
$module | string | The module name should be in sync with the name of the domain object in question |
$function | string | |
$properties | array | Key value pair with non sensitive data on what kind of data user does not have access to |
$previous | Exception |