server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Thu, 06 Oct 2016 16:45:37 +0200
changeset 323 47f0611cc57d
parent 163 59c68fc4848e
permissions -rw-r--r--
correct theme controller

<?php
namespace CorpusParole\Services;

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