server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Tue, 22 Nov 2016 18:50:50 +0100
changeset 435 c53b87b00ea3
parent 163 59c68fc4848e
permissions -rw-r--r--
version 0.0.13

<?php
namespace CorpusParole\Services;

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