Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php declare(strict_types=1);
2
 
3
namespace EduSharingApiClient;
4
 
5
use Exception;
6
 
7
/**
8
 * Class UsageDeletedException
9
 *
10
 * to be thrown when the deletion of a usage fails (response code 403)
11
 *
12
 * @author Torsten Simon  <simon@edu-sharing.net>
13
 */
14
class UsageDeletedException extends Exception
15
{
16
}