Cannot inherit from ImagickException

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
Rulisp
Posts: 1
Joined: 2016-05-16T02:06:27-07:00
Authentication code: 1151

Cannot inherit from ImagickException

Post by Rulisp »

Hello.
Our CMS is using Imagick for image conversion. We have a class "app_image_exception" which extends ImagickException. It was working fine before I updated Imagick to version 3.4.0

Now it throws "Fatal error: Class app_images_exception may not inherit from final class (ImagickException)"
Is it a bug or feature? What should I do now? :(
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Cannot inherit from ImagickException

Post by Bonzo »

Imagick is not written or maintained by the people who look after Imagemagick.

I have seen an Imagick website with a forum somewhere and I would ask there. That is not to say you will not get an answer here but there will probably be more users there.
Post Reply