IsbnInvalidPrefix constructor

const IsbnInvalidPrefix(
  1. String prefix
)

Creates the failure.

Implementation

const new(this.prefix);