Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

<?php declare(strict_types=1);

namespace EduSharingApiClient;

use Exception;

/**
 * Class InvalidAppIdException
 *
 * to be thrown when the AppId is not valid
 *
 * @author Torsten Simon  <simon@edu-sharing.net>
 */
class InvalidAppIdException extends Exception
{
}