Add friendly message for ETIMEDOUT

This commit is contained in:
Katrina Uychaco
2016-01-06 18:23:25 -08:00
parent 9efb3328bc
commit 3bcb062ab0

View File

@@ -745,3 +745,4 @@ class Pane extends Model
when 'ENXIO' then 'No such device or address'
when 'EROFS' then 'Read-only file system'
when 'ESPIPE' then 'Invalid seek'
when 'ETIMEDOUT' then 'Connection timed out'