server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Fri, 17 Nov 2017 16:05:03 +0100
changeset 563 41e4eb4d8b82
parent 163 59c68fc4848e
permissions -rw-r--r--
Correct Handle creation and correct permalink

<?php
namespace CorpusParole\Services;

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