Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は問題があります。Throwable は、require または include 関数の例外を返しません。それを「修正」する方法はありますか?コード:
try { include 'non-existent-file.php'; #require 'non-existent-file.php'; } catch (\Throwable $ex) { die('include error'); }
よろしくお願いいたします。