server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Wed, 06 Jul 2016 14:24:21 +0200
changeset 230 6e4cabc614ef
parent 163 59c68fc4848e
permissions -rw-r--r--
forgotten hgignore file

<?php
namespace CorpusParole\Services;

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