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

x/tombaio/src/exception.ts>TombaException

Official Deno library for Tomba Email Finder
Latest
class TombaException
import { TombaException } from "https://deno.land/x/tombaio@v1.0.1/src/exception.ts";

Constructors

new
TombaException(
message: String,
code?: Number,
response?: any,
)

Properties

code: Number
message: String
response: any