tito10047/PHP-to-Javascript

Uncatched exception

Closed this issue · 0 comments

This not throw an exception in js

try{
	throw new Exception();
}catch (BadMethodCallException $e){	
}