Initial commit - Mini CMS complet (PHP + Docker + MinIO)
This commit is contained in:
1490
forum-project/vendor/aws/aws-sdk-php/src/Ec2/Ec2Client.php
vendored
Normal file
1490
forum-project/vendor/aws/aws-sdk-php/src/Ec2/Ec2Client.php
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
forum-project/vendor/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php
vendored
Normal file
9
forum-project/vendor/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\Ec2\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the Amazon Elastic Compute Cloud service.
|
||||
*/
|
||||
class Ec2Exception extends AwsException {}
|
||||
Reference in New Issue
Block a user