## utils.NonAsciiStrError

<span id="hexkit.utils.NonAsciiStrError"></span>


Thrown when non-ASCII string was unexpectedly provided


Usage

``` python
utils.NonAsciiStrError(str_value)
```


## Methods

| Name | Description |
|----|----|
| [__init__()](#__init__) | Prepare custom message. |

<span id="__init__"></span>

<span id="hexkit.utils.NonAsciiStrError.__init__"></span>


#### \_\_init\_\_()


Prepare custom message.


Usage

``` python
__init__(str_value)
```
