improve document model and propagate changes. This include the change of document fixtures to better reflect what the api is effectively returning
<?php
namespace CorpusParole\Models;
use CorpusParole\Libraries\CorpusParoleException;
/**
* Exception class
*/
class ModelsException extends CorpusParoleException {
}