|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\Exception;
|
|
|
3 |
|
|
|
4 |
/**
|
|
|
5 |
* This class represents exceptions related to logic surrounding client-side
|
|
|
6 |
* encryption usage.
|
|
|
7 |
*/
|
|
|
8 |
class CryptoException extends \RuntimeException
|
|
|
9 |
{
|
|
|
10 |
|
|
|
11 |
}
|