init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
16
vendor/gregwar/image/Gregwar/Image/Exceptions/GenerationError.php
vendored
Normal file
16
vendor/gregwar/image/Gregwar/Image/Exceptions/GenerationError.php
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
namespace Gregwar\Image\Exceptions;
|
||||
|
||||
class GenerationError extends \Exception
|
||||
{
|
||||
public function __construct($newNewFile)
|
||||
{
|
||||
$this->newNewFile = $newNewFile;
|
||||
}
|
||||
|
||||
public function getNewFile()
|
||||
{
|
||||
return $this->newNewFile;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue