server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 17:22:16 +0100
changeset 460 686926d132ff
parent 163 59c68fc4848e
permissions -rw-r--r--
add events, comment, etc to transcripts

<?php
namespace CorpusParole\Services;

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