v1.0.2
Release Notes:
- Updated the test case 'should throw exception if parameters are invalid' in
tests/LogWeaverTest.php
. - The test now checks if an exception is thrown when invalid parameters are passed to the
LogWeaver
class. - This ensures the robustness of the
LogWeaver
class by validating its error handling capabilities.