server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Mon, 31 Oct 2016 14:24:23 +0100
changeset 386 c731ab9b934d
parent 163 59c68fc4848e
permissions -rw-r--r--
implement first version of sparql client interface

<?php
namespace CorpusParole\Services;

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