b0y-101 Mini Shell


Current Path : E:/wordpress/wp-content/plugins/woocommerce-multilingual/classes/Rest/Exceptions/
File Upload :
Current File : E:/wordpress/wp-content/plugins/woocommerce-multilingual/classes/Rest/Exceptions/Generic.php

<?php

namespace WCML\Rest\Exceptions;

use WC_REST_Exception;

class Generic extends WC_REST_Exception {

	/**
	 * @param string $text
	 */
	public function __construct( $text ) {
		parent::__construct( 422, $text, 422 );
	}

}

Copyright © 2019 by b0y-101