server/src/app/Services/TranscriptManagerException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 25 Aug 2016 19:10:41 +0200
changeset 270 6ddc52965fb8
parent 163 59c68fc4848e
permissions -rw-r--r--
Remove participants doubles

<?php
namespace CorpusParole\Services;

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