* conditionally include vendor autoload & dot-env file if exists

This commit is contained in:
2022-07-10 14:35:37 +03:00
parent 4031ac49ae
commit 136b630994
2 changed files with 23 additions and 3 deletions

View File

@ -0,0 +1,6 @@
<?php namespace WpsMcloud\Exceptions;
class VendorAutoloadException extends WpstudioMediaCloudTransformException
{
}