0.5.0 • Published 8 years ago

industry-exception v0.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

IndustryException Build Status

Pretty error logging for StandardIO functions.

Usage

import { factory } from "industry"
import { exception } from "industry-exception"
import { functions } from "industry-functions"
import { instance } from "industry-instance"
import { standard_io } from "industry-standard-io"

class Test {
  hello() {
    throw "world"
  }
}

let test = factory(Test)
  .set("exception", exception)
  .set("functions", functions)
  .set("instance", instance)
  .set("standard_io", standard_io)

test.hello()
0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago