<?php
namespace Aweos\Resizer\Compressors;
use Exception;
class CompressorNotFoundException extends Exception
{
}