///|
/// A non-serializable value or exception from three.js toJSON().
pub suberror SerializationError {
  SerializationError(String)
} derive(Debug)