src/UseCase/GetGiveaway/GiveawayNotFound.php
<?php declare(strict_types=1);
namespace Marmozist\SteamGifts\UseCase\GetGiveaway;
use Exception;
/**
* @link http://github.com/marmozist/steam-gifts
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
* @author Andrey Gotmanov <gotman.man@gmail.com>
*/
class GiveawayNotFound extends Exception
{
}