* @copyright 2020 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2 * @category Stud.IP */ /** * This exception is thrown when a resource request is invalid. */ class InvalidResourceRequestException extends InvalidArgumentException { }