server/src/app/Services/ViafResolverException.php
author nowmad@nowmads-macbook-pro.local
Fri, 18 Dec 2015 18:09:42 +0100
changeset 78 08765d161e96
parent 23 037687868bc4
permissions -rw-r--r--
change path to assets so it fit with the prod path

<?php
namespace CorpusParole\Services;

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