Alex Medvedev
Alex Medvedev
This PR covers #63 and provides new `exception-if-missing` configuration option. By default the behavior of script handler is the same as current. But when `exception-if-missing` option is set to `true`...
In my build process i am using `composer install --no-interaction` command to set up the application. Every application has `composer.json` file that contains `Incenteev\\ParameterHandler\\ScriptHandler::buildParameters` handler set for `post-install-cmd` event. The...
During RunCommand execution i often raise such an exception: ``` Job 226: [Doctrine\DBAL\DBALException] Job 226: An exception occurred while executing 'INSERT INTO jms_job_statistics (job_id, characteristic, createdAt, charValue) VALUES (:jobId, :name,...