Sha256: d1641837ab0f5364955a7daffc0f628cd5b1168e461f1ab54b8eaa474042c877
Contents?: true
Size: 255 Bytes
Versions: 3
Compression:
Stored size: 255 Bytes
Contents
package asunit.errors { public class InstanceNotFoundError extends Error { public function InstanceNotFoundError(message:String) { super(message); name = "InstanceNotFoundError"; } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
asunit4-4.2.3.pre | src/asunit/errors/InstanceNotFoundError.as |
asunit4-4.2.2.pre | src/asunit/errors/InstanceNotFoundError.as |
asunit4-4.2.1.pre | src/asunit/errors/InstanceNotFoundError.as |