xref: /plugin/aichat/Model/ModelException.php (revision 2e22aefbcc83da0bc9ab21a2175b8ada4ba79826)
1*2e22aefbSAndreas Gohr<?php
2*2e22aefbSAndreas Gohr
3*2e22aefbSAndreas Gohrnamespace dokuwiki\plugin\aichat\Model;
4*2e22aefbSAndreas Gohr
5*2e22aefbSAndreas Gohrclass ModelException extends \Exception
6*2e22aefbSAndreas Gohr{
7*2e22aefbSAndreas Gohr}
8