mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 04:16:38 -04:00
Remove unused exception variables, now that this is possible with PHP8
This commit is contained in:
parent
fe16cb3b21
commit
8127f0c7e2
36 changed files with 60 additions and 63 deletions
|
@ -113,7 +113,7 @@ class Ebook{
|
|||
$this->TextSinglePageSizeUnit = $sizes[$factor] ?? '';
|
||||
$this->TextSinglePageUrl = $this->Url . '/text/single-page';
|
||||
}
|
||||
catch(Exception $ex){
|
||||
catch(Exception){
|
||||
// Single page file doesn't exist, just pass
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue