server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Mon, 19 Dec 2016 21:58:02 +0100
changeset 477 ce52f0fca330
parent 163 59c68fc4848e
permissions -rw-r--r--
add volume control to the player

<?php
namespace CorpusParole\Services;

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