first commit -> move some files from one-api
This commit is contained in:
15
vendor/aws_v3/Aws/Auth/Exception/UnresolvedAuthSchemeException.php
vendored
Normal file
15
vendor/aws_v3/Aws/Auth/Exception/UnresolvedAuthSchemeException.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Aws\Auth\Exception;
|
||||
|
||||
use Aws\HasMonitoringEventsTrait;
|
||||
use Aws\MonitoringEventsInterface;
|
||||
|
||||
/**
|
||||
* Represents an error when attempting to resolve authentication.
|
||||
*/
|
||||
class UnresolvedAuthSchemeException extends \RuntimeException implements
|
||||
MonitoringEventsInterface
|
||||
{
|
||||
use HasMonitoringEventsTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user