server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Wed, 05 Oct 2016 02:31:25 +0200
changeset 321 aefaad270b9b
parent 163 59c68fc4848e
permissions -rw-r--r--
reimplement ThemeController using ES requests to be able to sort by label

<?php
namespace CorpusParole\Services;

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