master
<?php declare(strict_types=1); namespace Denpa\Levin\Exceptions; use Exception; class EntryTooLargeException extends Exception { }