Skip to main content
Module

x/tombaio/mod.ts>TombaException

Official Deno library for Tomba Email Finder
Go to Latest
class TombaException
Re-export
import { TombaException } from "https://deno.land/x/tombaio@1.0.0/mod.ts";

Constructors

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

Properties

code: Number
message: String
response: any