encrywm.backend.executor.error.ExecutionError.scala Maven / Gradle / Ivy
package encrywm.backend.executor.error
class ExecutionError(s: String) extends Error(s)
package encrywm.backend.executor.error
class ExecutionError(s: String) extends Error(s)