diff --git a/src/GifCreator/GifCreator.php b/src/GifCreator/GifCreator.php index 0726243..2554d61 100644 --- a/src/GifCreator/GifCreator.php +++ b/src/GifCreator/GifCreator.php @@ -119,7 +119,7 @@ public function create($frames = array(), $durations = array(), $loop = 0) } else { // Fail - throw new \Exception($this->version.': '.$this->errors['ERR02'].' ('.$mode.')'); + throw new \Exception($this->version.': '.$this->errors['ERR02']);//.' ('.$mode.')'? } if ($i == 0) { @@ -354,4 +354,4 @@ public function getGif() { return $this->gif; } -} \ No newline at end of file +}