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