server/src/app/Services/TranscriptManagerException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 05 Aug 2016 15:06:06 +0200
changeset 252 ba4fd614582a
parent 163 59c68fc4848e
permissions -rw-r--r--
Load player with selected row

<?php
namespace CorpusParole\Services;

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