server/src/app/Services/GeonamesResolverException.php
author ymh <ymh.work@gmail.com>
Fri, 16 Dec 2016 17:43:07 +0100
changeset 474 245b4df137d3
parent 304 20071981ba2a
permissions -rw-r--r--
Correct themes visualisation

<?php
namespace CorpusParole\Services;

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