Complete the notice display. add various fields to document to correctly display the notice. Correct bug #0025746
<?php
namespace CorpusParole\Models;
use CorpusParole\Libraries\CorpusParoleException;
/**
* Exception class
*/
class ModelsException extends CorpusParoleException {
}