server/src/app/Services/TranscriptManagerException.php
author ymh <ymh.work@gmail.com>
Tue, 15 Nov 2016 18:25:35 +0100
changeset 425 f99435a7006e
parent 163 59c68fc4848e
permissions -rw-r--r--
correct type in dateminmax controller

<?php
namespace CorpusParole\Services;

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