PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
libs
/
s3
/
vendor
/
aws
/
aws-sdk-php
/
src
/
S3
/
UseArnRegion
/
Exception
<?php namespace Aws\S3\UseArnRegion\Exception; use Aws\HasMonitoringEventsTrait; use Aws\MonitoringEventsInterface; /** * Represents an error interacting with configuration for S3's UseArnRegion */ class ConfigurationException extends \RuntimeException implements MonitoringEventsInterface { use HasMonitoringEventsTrait; }
[+]
..
[-] ConfigurationException.php
[edit]