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