server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Mon, 14 Nov 2016 17:23:19 +0100
changeset 422 a351fc0c4ad7
parent 163 59c68fc4848e
permissions -rw-r--r--
correct ES filter for documents ids

<?php
namespace CorpusParole\Services;

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