You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain the language that clojure uses in its error reporting
Examples
ctor - class constructor - tried to create a new object from a class using its constructor method but didnt find it or has incorrect arguments - may have tried to invoke a constructor on a function rather than a class
The text was updated successfully, but these errors were encountered:
Explain the language that clojure uses in its error reporting
Examples
The text was updated successfully, but these errors were encountered: