Interface for exceptions that carry data (a map) as additional payload. Clojure programs that need richer semantics for exceptions should use this in lieu of defining project-specific exception classes.
| 16 | * defining project-specific exception classes. |
| 17 | */ |
| 18 | public interface IExceptionInfo { |
| 19 | public IPersistentMap getData(); |
| 20 | } |
no outgoing calls
no test coverage detected