server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Mon, 28 Nov 2016 17:07:13 +0100
changeset 451 1a11d01ece78
parent 163 59c68fc4848e
permissions -rw-r--r--
increase version nb

<?php
namespace CorpusParole\Services;

class TranscriptManagerException extends \Exception {
    // just extend...
}