master
<?php declare(strict_types=1); namespace Keboola\Datatype\Definition; use Exception as InternalException; class Exception extends InternalException { }