1 package expo.modules.blur
2 
3 import expo.modules.kotlin.exception.CodedException
4 
5 internal class InvalidTintValueException(tint: String) :
6   CodedException("Invalid tint value provided: $tint")
7