All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ensime.sexp.formats.package.scala Maven / Gradle / Ivy

// Copyright: 2010 - 2018 https://github.com/ensime/ensime-server/graphs
// License: http://www.gnu.org/licenses/lgpl-3.0.en.html
package org.ensime.sexp

package object formats {
  def deserializationError(got: Sexp) =
    throw new DeserializationException(s"Unable to parse $got")

  def serializationError(msg: String) = throw new SerializationException(msg)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy