There was an error while loading. Please reload this page.
Provides the StaticClass trait to mark a class as static. A static class is one that only provides static methods and cannot be instantiated.
📍 Prevents class instantiation.