Sindbad~EG File Manager

Current Path : /var/www/html/demo-borrar/lib/spout/src/Spout/Writer/Exception/Border/
Upload File :
Current File : /var/www/html/demo-borrar/lib/spout/src/Spout/Writer/Exception/Border/InvalidNameException.php

<?php

namespace Box\Spout\Writer\Exception\Border;

use Box\Spout\Common\Entity\Style\BorderPart;
use Box\Spout\Writer\Exception\WriterException;

class InvalidNameException extends WriterException
{
    public function __construct($name)
    {
        $msg = '%s is not a valid name identifier for a border. Valid identifiers are: %s.';

        parent::__construct(\sprintf($msg, $name, \implode(',', BorderPart::getAllowedNames())));
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists