File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.10.2 (24 June, 2024)
2
+ * Return non-zero status code in case of an error
3
+
1
4
# 0.10.1 (23 March, 2024)
2
5
* Fix warning when creating the first snapshot
3
6
Original file line number Diff line number Diff line change 2
2
<?php
3
3
namespace nazarpc ;
4
4
use
5
- RuntimeException ,
6
5
SQLite3 ;
7
6
8
7
/**
9
8
* @package Just backup btrfs
10
9
* @author Nazar Mokrynskyi <[email protected] >
11
10
* @copyright Copyright (c) 2014-2023, Nazar Mokrynskyi
12
11
* @license http://opensource.org/licenses/MIT
13
- * @version 0.10.1
12
+ * @version 0.10.2
14
13
*/
15
14
class Just_backup_btrfs {
16
15
/**
@@ -23,8 +22,6 @@ class Just_backup_btrfs {
23
22
protected $ binary ;
24
23
/**
25
24
* @param array $config
26
- *
27
- * @throws RuntimeException
28
25
*/
29
26
function __construct ($ config ) {
30
27
if (!$ config ) {
You can’t perform that action at this time.
0 commit comments