Storm\Drivers\Platforms\Base\UnsupportedColumnTypeException::__construct PHP Метод

__construct() публичный Метод

public __construct ( $PlatformName, $ColumnType )
    public function __construct($PlatformName, $ColumnType)
    {
        parent::__construct('%s does not support %s column types', $PlatformName, $ColumnType);
    }
UnsupportedColumnTypeException