1<?php
2/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4require_once 'Services/Exceptions/classes/class.ilException.php';
5
6/**
7 * Class ilSplittButtonException
8 * @author Michael Jansen <mjansen@databay.de>
9 * @ingroup ServicesUIComponent
10 */
11class ilSplitButtonException extends ilException
12{
13}
14