server/src/app/Services/TranscriptManagerException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 05 Jul 2016 16:53:04 +0200
changeset 228 a2497a2b6224
parent 163 59c68fc4848e
permissions -rw-r--r--
Notice display logic and design

<?php
namespace CorpusParole\Services;

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