<?php

namespace App\Exceptions;

use Exception;

class InvalidPasswordException extends Exception
{
}