Closed
Description
🎉 Feature Request
using exception chaining
Summary
Line 252 in 4664688
this line may be changed to
throw new TelegramException('Error getting commands from path: ' . $path, $e);
attach the original exception can be provide more information to the developer.