server/src/app/Services/TranscriptManagerException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 14 Jun 2016 18:28:34 +0200
changeset 190 226ae8f2e8e9
parent 163 59c68fc4848e
permissions -rw-r--r--
JSLinting on /langues endpoint

<?php
namespace CorpusParole\Services;

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