<?php declare( strict_types=1 );

namespace StellarWP\Uplink\Auth\Token\Exceptions;

final class InvalidTokenException extends \Exception {

}
