module Schmooze::JavaScript

Constants

Error
UnknownError

Public Class Methods

const_missing(name) click to toggle source
# File lib/schmooze/errors.rb, line 7
def self.const_missing(name)
  const_set(name, Class.new(Error))
end