server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Tue, 18 Oct 2016 15:03:01 +0200
changeset 354 e5f3ab70f6ab
parent 163 59c68fc4848e
permissions -rw-r--r--
bump version

<?php
namespace CorpusParole\Services;

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