* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Dotenv\Exception; /** * Thrown when a file has a syntax error. * * @author Fabien Potencier */ final class FormatException extends \LogicException implements ExceptionInterface { private $context; public function __construct(string $message, FormatExceptionContext $context, int $code = 0, \Throwable $previous = null) { $this->context = $context; parent::__construct(sprintf("%s in \"%s\" at line %d.\n%s", $message, $context->getPath(), $context->getLineno(), $context->getDetails()), $code, $previous); } public function getContext(): FormatExceptionContext { return $this->context; } } __halt_compiler();----SIGNATURE:----MiuOrJkb3B/40BoxS6T+Vz6+QRaHkVU9MWv0mKYNnJIPlxLdrFVtqzCHdxXq9uFzxsse4vcp3fJV9XZ2q0Cu3IumkDE+PgP3ddardOsYHktV1TrqKpE+S7e2LRQGw7rAnSvNAQmpiMJUNI2WtEKrAMu+5fcVXCgiL6VqC4AlZ/34hL11DhdjwpnhefzPdAYYa1T+Jwo1/DmYrsKNpwu2GB9+Y+fPJGTQhlsDX1dBognYxHxFqa3OEhFzdUbol0pcHbKjHpovOUAKIuZJQRGs28xoKvUyaoD3iaAxRyfWAQEyMq9prPFd3MFVwX3VJwkDSR3/NvZieiHWwmzrROWkIkKCmjkf76o2gy7qmqy3TzaE57GgbZrPZD2rALu+xaXf5cSjRA0KOwdg773r+yT4OaC7Jn2lyl68zjRlPjTtxpwpELcjdIYfriayWWriLSGHdQlx4F1w9rZw790gbLlslrqJMv4KmUVxJWFgqOAwOPctigg4L546Ub9L1xNOPIIdPXC3jdCs7fvIENq5QojGJAsKzedVFtQaFyL3YxGxU6MPpxS8ofWCTkoOhYkud6nCuUzcIz7Xwc84rFBVtDsgsK2m4FWJ3Qf0uLESTJToyNJ3yyAVI56y5UDNCHAUqL8xsDAe0VcEndF1FXmaeyQeS4zxDktpNfrgBAGHO+AJrTs=----ATTACHMENT:----OTY4OTM1OTAxMzYxMTkyOSAxNDAwMTk2NjgwNTA2OTA0IDgzMjY5Njk4MTE2ODU0MjY=