www.gusucode.com > KPPW众包威客PHP开源建站系统 v3.0源码程序 > KPPW/vendor/gregwar/image/Gregwar/Image/Exceptions/GenerationError.php

    <?php

namespace Gregwar\Image\Exceptions;

class GenerationError extends \Exception
{
    public function __construct($newNewFile)
    {
        $this->newNewFile = $newNewFile;
    }

    public function getNewFile()
    {
        return $this->newNewFile;
    }
}