ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
NotOKException.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 2017 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
3 
4 namespace ILIAS\Data;
5 
9 class NotOKException extends \Exception
10 {
11 }
Signals that a result contains no value.