PHP Classes

File: public_html/vendor/jsc64/js/nl/kingsquare/core/exceptions/BreakpointException.js

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   public_html/vendor/jsc64/js/nl/kingsquare/core/exceptions/BreakpointException.js   Download  
File: public_html/vendor/jsc64/js/nl/kingsquare/core/exceptions/BreakpointException.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 364 bytes
 

Contents

Class file image Download
nl.kingsquare.core.exceptions.BreakpointException = function(message/*:String*/, address/*:uint*/, type/*:uint*/, cyclesConsumed/*:uint*/) { //this.prototype.call(this, message); this.message = message; this.address = address; this.type = type; this.cyclesConsumed = cyclesConsumed; } //nl.kingsquare.core.exceptions.BreakpointException.prototype = new Error;