server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Tue, 22 Nov 2016 18:33:07 +0100
changeset 433 65e357e5eecb
parent 163 59c68fc4848e
permissions -rw-r--r--
correct document permalinks in notice and share buttons

<?php
namespace CorpusParole\Services;

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