server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Thu, 02 Mar 2017 15:09:17 +0100
changeset 526 cdaf9dfb5dfd
parent 163 59c68fc4848e
permissions -rw-r--r--
correct licence problem in bug #0026523

<?php
namespace CorpusParole\Services;

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