server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Wed, 22 Feb 2017 17:58:25 +0100
changeset 521 b3c738a20af8
parent 163 59c68fc4848e
permissions -rw-r--r--
Add transcript right declaration, resolve bug #0026452

<?php
namespace CorpusParole\Services;

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