1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-02 10:23:29 +02:00

Exception message doesn't always report format correctly

This commit is contained in:
shaneiseminger
2019-11-07 09:38:08 -07:00
committed by GitHub
parent a59085a161
commit eb16ed033c

View File

@@ -171,7 +171,7 @@ abstract class AbstractEncoder
default: default:
throw new NotSupportedException( throw new NotSupportedException(
"Encoding format ({$format}) is not supported." "Encoding format ({$this->format}) is not supported."
); );
} }