server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Thu, 16 Feb 2017 18:22:16 +0100
changeset 515 557cca5cb813
parent 163 59c68fc4848e
permissions -rw-r--r--
move template compiler into dependencies

<?php
namespace CorpusParole\Services;

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