JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr * @license https://opensource.org/licenses/MIT MIT License * @link https://api.xendit.co */ namespace App\Xendit\Exceptions; /** * Interface ExceptionInterface * * @category Interface * @package Xendit\Exception * @author Ellen * @license https://opensource.org/licenses/MIT MIT License * @link https://api.xendit.co */ interface ExceptionInterface extends \Throwable { /** * Get error code for the exception instance * * @return string */ public function getErrorCode(); }