master
<?php namespace zServices\Miscellany\Exceptions; use Exception; class ImageNotFound extends Exception { }