server/src/app/Services/TranscriptManagerException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 07 Jun 2016 19:59:30 +0200
changeset 180 6099727d9e13
parent 163 59c68fc4848e
permissions -rw-r--r--
Remove discourse model

<?php
namespace CorpusParole\Services;

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