first commit -> move some files from one-api
This commit is contained in:
11
vendor/aws_v3/Aws/Exception/IncalculablePayloadException.php
vendored
Normal file
11
vendor/aws_v3/Aws/Exception/IncalculablePayloadException.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace Aws\Exception;
|
||||
|
||||
use Aws\HasMonitoringEventsTrait;
|
||||
use Aws\MonitoringEventsInterface;
|
||||
|
||||
class IncalculablePayloadException extends \RuntimeException implements
|
||||
MonitoringEventsInterface
|
||||
{
|
||||
use HasMonitoringEventsTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user