File manager - Edit - /home/xfekoga/grenier/wp-content/plugins/fluentform/app/Services/Spout/Writer/Exception/Border/InvalidStyleException.php
Back
<?php namespace Box\Spout\Writer\Exception\Border; use Box\Spout\Writer\Exception\WriterException; use Box\Spout\Writer\Style\BorderPart; class InvalidStyleException extends WriterException { public function __construct($name) { $msg = '%s is not a valid style identifier for a border. Valid identifiers are: %s.'; parent::__construct(sprintf($msg, $name, implode(',', BorderPart::getAllowedStyles()))); } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings