server/src/app/Services/TranscriptManagerException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 12 Jul 2016 16:58:12 +0200
changeset 238 5fd45a9fdacb
parent 163 59c68fc4848e
permissions -rw-r--r--
Voir plus button styling

<?php
namespace CorpusParole\Services;

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