2017-06-25 20:31:50 +00:00
|
|
|
<?php
|
|
|
|
|
2017-08-31 02:11:14 +00:00
|
|
|
namespace Pterodactyl\Exceptions\Http\Base;
|
2017-06-25 20:31:50 +00:00
|
|
|
|
2017-08-31 02:11:14 +00:00
|
|
|
use Pterodactyl\Exceptions\DisplayException;
|
2017-06-25 20:31:50 +00:00
|
|
|
|
2017-08-31 02:11:14 +00:00
|
|
|
class InvalidPasswordProvidedException extends DisplayException
|
2017-06-25 20:31:50 +00:00
|
|
|
{
|
|
|
|
}
|