Closed sgehrig closed 7 years ago
I don't think that this has been done deliberately in src/Protocol/V1/Session.php lines 181 - 184:
src/Protocol/V1/Session.php
if ($shouldThrow !== false) { var_dump("cooollll"); throw $shouldThrow; }
haha good point :) var_dump driven dev. Thnaks
removed in 1.8.2
I don't think that this has been done deliberately in
src/Protocol/V1/Session.php
lines 181 - 184: