oont-contents/plugins/woocommerce-pdf-invoices-packing-slips/ubl/Exceptions/FileWriteException.php
2025-02-08 15:10:23 +01:00

12 lines
175 B
PHP

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