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