server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Tue, 08 Nov 2016 18:23:01 +0100
changeset 405 f239c8c5bb94
parent 163 59c68fc4848e
permissions -rw-r--r--
migrate to rdf4j (2.1.1) from sesame (4.1.1)

<?php
namespace CorpusParole\Services;

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