crunchbutton/include/library/RESTful/Exceptions/MultipleResultsFound.php
2013-05-14 12:06:44 -07:00

12 lines
189 B
PHP
Executable File

<?php
namespace RESTful\Exceptions;
/**
* Indicates that a query unexpectedly returned multiple results when at most
* one was expected.
*/
class MultipleResultsFound extends Base
{
}