Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
MissingValueArgument
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace Qmp\Laravel\MongoJsExecutor\Exceptions;
4
5use Exception;
6
7
8class MissingValueArgument extends NoConstructorException
9{
10
11    /**
12     * Undocumented variable
13     *
14     * @var string
15     */
16    protected $message = 'There must be a search-replace pair.';
17}