Site-Proximo/openfoodfacts-php-0.2.3/src/Exception/ProductNotFoundException.php
2020-08-22 11:34:59 +02:00

14 lines
167 B
PHP

<?php
namespace OpenFoodFacts\Exception;
use Exception;
/**
* Just an exception class for the try catch
*/
class ProductNotFoundException extends Exception
{
}