server/src/app/Services/TranscriptManagerException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 05 Jul 2016 01:30:27 +0200
changeset 227 5c9250f55f4b
parent 163 59c68fc4848e
permissions -rw-r--r--
Basic notice logic from query parameters Playlist component notice open/close styles

<?php
namespace CorpusParole\Services;

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