ILIAS  release_7 Revision v7.30-3-g800a261c036
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.