server/src/app/Services/LexvoResolverException.php
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 23 Jun 2016 17:09:32 +0200
changeset 200 a441c40f9c5e
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Fix playlist filtering Minor design changes

<?php
namespace CorpusParole\Services;

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