File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 39
39
? >
40
40
@include (' common.general.inline' , [' path' => ' dungeonroute/discover/discover' ] )
41
41
42
+ <?php
43
+
44
+ try {
45
+ ? >
42
46
@section (' content' )
43
47
@include (' dungeonroute.discover.wallpaper' , [' expansion' => $expansion ] )
44
48
140
144
@include (' common.modal.userreport.dungeonroute' )
141
145
@endcomponent
142
146
@endsection
147
+
148
+ <?php
149
+ } catch (ErrorException $throwable ) {
150
+ logger ()-> error (' Error in affixes page!' , [
151
+ ' user' => Auth:: id (),
152
+ ' url' => request ()-> url (),
153
+ ' currentAffixGroup' => $currentAffixGroup ?-> id ,
154
+ ' nextAffixGroup' => $nextAffixGroup ?-> id ,
155
+ ' offset' => $offset ,
156
+ ' expansion' => $expansion -> id ,
157
+ ' gameServerRegion' => $userOrDefaultRegion -> id ,
158
+ ]);
159
+
160
+ throw $throwable ;
161
+ }
162
+ ? >
You can’t perform that action at this time.
0 commit comments