Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/python/src/python.ts>PythonError

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

Python-related error.

Constructors

new
PythonError(message: string)

Properties

name: string