oont-contents/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Exceptions/FileWriteException.php
2025-02-10 13:57:45 +01:00

12 lines
176 B
PHP

<?php
namespace WPO\IPS\UBL\Exceptions;
use Exception;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
class FileWriteException extends Exception {
}