/
www
/
wwwroot
/
alo88.autos
/
wp-content
/
plugins
/
wp-content-crawler
/
app
/
Objects
/
Transformation
/
Exceptions
/
Upload File
HOME
<?php /** * Created by PhpStorm. * User: turgutsaricam * Date: 16/02/2019 * Time: 19:00 * * @since 1.9.0 */ namespace WPCCrawler\Objects\Transformation\Exceptions; use Exception; class TransformationFailedException extends Exception { }