Prevent deletion of options that have children attached to them.

closes #562
This commit is contained in:
Dane Everitt
2017-09-30 12:54:09 -05:00
parent d5bf8734ef
commit 1216f950e2
4 changed files with 52 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
<?php
/*
* Pterodactyl - Panel
* Copyright (c) 2015 - 2017 Dane Everitt <dane@daneeveritt.com>.
*
* This software is licensed under the terms of the MIT license.
* https://opensource.org/licenses/MIT
*/
namespace Pterodactyl\Exceptions\Service\ServiceOption;
use Pterodactyl\Exceptions\DisplayException;
class HasChildrenException extends DisplayException
{
}