server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Tue, 07 Jun 2016 01:09:58 +0200
changeset 171 f4f558f04f37
parent 163 59c68fc4848e
permissions -rw-r--r--
georesource ref-loc is now a list ref-locs

<?php
namespace CorpusParole\Services;

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