ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
PatchEvents.php
Go to the documentation of this file.
1<?php
2
8namespace cweagans\Composer;
9
11
19 const PRE_PATCH_APPLY = 'pre-patch-apply';
20
28 const POST_PATCH_APPLY = 'post-patch-apply';
29
30}
An exception for terminatinating execution or to throw for unit testing.