server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Sun, 05 Jun 2016 00:28:45 +0200
changeset 169 8fddc113095e
parent 163 59c68fc4848e
permissions -rw-r--r--
Correct proble on geo info merging + add geo resource

<?php
namespace CorpusParole\Services;

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