server/src/app/Services/TranscriptManagerException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 07 Jun 2016 19:49:43 +0200
changeset 179 9b703ece424f
parent 163 59c68fc4848e
permissions -rw-r--r--
Discourse and theme linting

<?php
namespace CorpusParole\Services;

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