Errors

Source:

Methods

(inner) throwError()

Throw new Error with message.

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