server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Fri, 21 Oct 2016 14:45:47 +0200
changeset 382 ea0e8417e4dc
parent 163 59c68fc4848e
permissions -rw-r--r--
correct problem with cache

<?php
namespace CorpusParole\Services;

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