/home/kueuepay/public_html/vendor/barryvdh/laravel-debugbar/src/Twig/Extension/Extension.php
<?php

namespace Barryvdh\Debugbar\Twig\Extension;

// Maintain compatibility with Twig 2 and 3.
if (class_exists('\Twig_Extension')) {
    abstract class Extension extends \Twig_Extension
    {
    }
} else {
    abstract class Extension extends \Twig\Extension\AbstractExtension
    {
    }
}
Error Handling

Error Handling

In case of an error, the API will return an error response containing a specific error code 400, 403 Failed and a user-friendly message. Refer to our API documentation for a comprehensive list of error codes and their descriptions.