<?phpnamespace DotenvException;use InvalidArgumentException;/** * This is the invalid callback exception class. */class InvalidCallbackException extends InvalidArgumentException implements ExceptionInterface{ //}