rubic0n 2b9144d50c Fix "NameError: uninitialized constant Exceptions"
Zeitwerk operates on files in the autoload paths. Since the
entire "app" directory is autoloaded, all files inside need to
play by Zeitwerk's rules. Zeitwerk expects that a file named
"exceptions.rb" would define a constant named "Exceptions".

The exceptions file doesn't follow Zeitwerk's conventions.
The easiest way to solve this is to move the execptions out of
app/lib and into lib, where `require_relative` doesn't have
Zeitwerk taken into account.
2021-01-31 17:39:13 -06:00
..
2021-01-23 09:01:31 -06:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2021-01-23 09:01:31 -06:00
2021-01-24 23:57:30 -06:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2021-01-23 09:01:31 -06:00
2019-07-02 03:10:25 -04:00
2020-12-19 01:33:33 -05:00
2021-01-23 09:01:31 -06:00
2020-01-24 16:18:17 -05:00