server/src/app/Services/TranscriptManagerException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 07 Jul 2016 11:06:11 +0200
changeset 233 0ff47a9c5da2
parent 163 59c68fc4848e
permissions -rw-r--r--
Keyboard events on chronology

<?php
namespace CorpusParole\Services;

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