| DataBuilder | This builds the variables that are found in view-vars.php config for a devise page. |
| DataCrawler | Purpose of this class is to turn something like this in the view vars into a parameter value we can use. |
| ViewvarComposer | View composer here is registered in the Devise\Pages\PagesServiceProvider.php for all views that are contained within the view-vars config file. |
Exceptions
| DeviseRouteConfigurationException | Class DeviseRouteConfigurationException is thrown in the case where a devise view-vars.php config has been improperly configured. |