EVOLUTION-MANAGER
Edit File: InvalidCallbackException.php
<?php namespace Dotenv\Exception; use InvalidArgumentException; /** * This is the invalid callback exception class. */ class InvalidCallbackException extends InvalidArgumentException implements ExceptionInterface { // }