<?php declare( strict_types=1 );

namespace StellarWP\Uplink\View\Exceptions;

use Exception;

final class FileNotFoundException extends Exception {

}
