get( Loader::class )->load(); } catch ( \Exception $e ) { if ( $development ) { throw $e; } // Don't crash the entire site, simply don't load. // TODO: Add error notifications here. } }