add perfomance chapters
This commit is contained in:
parent
f0162805d5
commit
4e0c76a340
101 changed files with 8014 additions and 62 deletions
|
@ -0,0 +1,9 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Lubian\NoFramework\Exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
final class InternalServerError extends Exception
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue