Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
namespace Aws\QBusiness\Exception;
3
 
4
use Aws\Exception\AwsException;
5
 
6
/**
7
 * Represents an error interacting with the **QBusiness** service.
8
 */
9
class QBusinessException extends AwsException {}