Methods

(inner) throwError()

Throw new Error with message.

Example
Utils.throwError('This "%s" and that "%s"', 'foo', 'bar', ..);
// This "foo" and "bar"