server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Thu, 10 Nov 2016 02:01:46 +0100
changeset 409 8371c99c7947
parent 163 59c68fc4848e
permissions -rw-r--r--
set version 0.0.9

<?php
namespace CorpusParole\Services;

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