ILIAS  release_8 Revision v8.24
NotOKException.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
5/* Copyright (c) 2017 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
6
7namespace ILIAS\Data;
8
12class NotOKException extends \Exception
13{
14}
Signals that a result contains no value.