Cannot inherit from ImagickException
Posted: 2016-05-16T02:15:46-07:00
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?
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?