rhwilr/adonis-bumblebee

An exception is thrown if an include function does not exist

rhwilr opened this issue · 0 comments

If an include is listed as available or default, but the function does not exist, an exception is thrown.

this[includeName] is not a function

Instead a more readable exception should be throne like:

The include function "name" is not defined in the transformer "name"