Skip to main content
Module

x/python/mod.ts>PythonError

🐍 Python interpreter bindings for Deno.
Go to Latest
class PythonError
extends Error
import { PythonError } from "https://deno.land/x/python@0.2.6/mod.ts";

Python-related error.

Constructors

new
PythonError(message: string)

Properties

name: string