server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 13:25:08 +0100
changeset 457 a7a333c0b1eb
parent 163 59c68fc4848e
permissions -rw-r--r--
Optimize transcript rendering : remove call to components

<?php
namespace CorpusParole\Services;

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