1
<?php
2
namespace CorpusParole\Services;
3
4
class TranscriptManagerException extends \Exception {
5
// just extend...
6
}