PteroTheme/app/Exceptions/Service/Subuser/ServerSubuserExistsExceptio...

10 lines
168 B
PHP
Raw Normal View History

<?php
2016-12-07 22:46:38 +00:00
2017-08-24 03:34:11 +01:00
namespace Pterodactyl\Exceptions\Service\Subuser;
2017-08-24 03:34:11 +01:00
use Pterodactyl\Exceptions\DisplayException;
2017-08-24 03:34:11 +01:00
class ServerSubuserExistsException extends DisplayException
{
}