ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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.