for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace WideImage\Exception;
/**
* @package Exceptions
*
* Class for invalid GD function calls result (for example those that return bool)
*/
class GDFunctionResultException extends Exception {}