server/src/app/Services/TranscriptManagerException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 07 Jun 2016 12:18:53 +0200
changeset 178 4d051f080e7e
parent 163 59c68fc4848e
permissions -rw-r--r--
JSLint /discourses

<?php
namespace CorpusParole\Services;

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