server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Fri, 16 Dec 2016 17:43:07 +0100
changeset 474 245b4df137d3
parent 163 59c68fc4848e
permissions -rw-r--r--
Correct themes visualisation

<?php
namespace CorpusParole\Services;

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