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:
@@ -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."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user