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
4namespace ILIAS\Data;
5
9class NotOKException extends \Exception
10{
11}
An exception for terminatinating execution or to throw for unit testing.
Signals that a result contains no value.