server/src/app/Services/TranscriptManagerException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 23 Aug 2016 23:05:25 +0200
changeset 259 6af61adbd570
parent 163 59c68fc4848e
permissions -rw-r--r--
doc-subject for bnf links

<?php
namespace CorpusParole\Services;

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