msd Backup hinzugefügt
This commit is contained in:
1019
msd/vendor/visualappeal/php-auto-update/src/AutoUpdate.php
vendored
Normal file
1019
msd/vendor/visualappeal/php-auto-update/src/AutoUpdate.php
vendored
Normal file
File diff suppressed because it is too large
Load Diff
5
msd/vendor/visualappeal/php-auto-update/src/Exceptions/DownloadException.php
vendored
Normal file
5
msd/vendor/visualappeal/php-auto-update/src/Exceptions/DownloadException.php
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
<?php namespace VisualAppeal\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class DownloadException extends Exception {}
|
5
msd/vendor/visualappeal/php-auto-update/src/Exceptions/ParserException.php
vendored
Normal file
5
msd/vendor/visualappeal/php-auto-update/src/Exceptions/ParserException.php
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
<?php namespace VisualAppeal\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class ParserException extends Exception {}
|
Reference in New Issue
Block a user