Unknown

skunk.data.Completion.Unknown
case class Unknown(text: String) extends Completion

Instead of crashing (which breaks the protocol and hangs everything) let's allow for unknown completion messages and print out a stacktrace on construction.

Attributes

Source
Completion.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Completion
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product