-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
548 changed files
with
367,192 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title> | ||
Exception: ArgumentError | ||
|
||
— corelib (Opal v1.8.0.beta1) | ||
|
||
</title> | ||
|
||
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" /> | ||
|
||
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" /> | ||
|
||
<script type="text/javascript" charset="utf-8"> | ||
pathId = "ArgumentError"; | ||
relpath = ''; | ||
</script> | ||
|
||
|
||
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> | ||
|
||
<script type="text/javascript" charset="utf-8" src="js/app.js"></script> | ||
|
||
|
||
</head> | ||
<body> | ||
<div class="nav_wrap"> | ||
<iframe id="nav" src="class_list.html?1"></iframe> | ||
<div id="resizer"></div> | ||
</div> | ||
|
||
<div id="main" tabindex="-1"> | ||
<div id="header"> | ||
<div id="menu"> | ||
<span class="title"><a href="/docs">Opal Docs</a></span> | ||
|
||
» | ||
<a href="_index.html">Index (A)</a> » | ||
|
||
|
||
<span class="title">ArgumentError</span> | ||
|
||
</div> | ||
|
||
<div id="search"> | ||
|
||
<a class="full_list_link" id="class_list_link" | ||
href="class_list.html"> | ||
|
||
<svg width="24" height="24"> | ||
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> | ||
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> | ||
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> | ||
</svg> | ||
</a> | ||
|
||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
|
||
<div id="content"><h1>Exception: ArgumentError | ||
|
||
|
||
|
||
</h1> | ||
<div class="box_info"> | ||
|
||
<dl> | ||
<dt>Inherits:</dt> | ||
<dd> | ||
<span class="inheritName"><span class='object_link'><a href="StandardError.html" title="StandardError (class)">StandardError</a></span></span> | ||
|
||
<ul class="fullTree"> | ||
<li><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></li> | ||
|
||
<li class="next"><span class='object_link'><a href="Exception.html" title="Exception (class)">Exception</a></span></li> | ||
|
||
<li class="next"><span class='object_link'><a href="StandardError.html" title="StandardError (class)">StandardError</a></span></li> | ||
|
||
<li class="next">ArgumentError</li> | ||
|
||
</ul> | ||
<a href="#" class="inheritanceTree">show all</a> | ||
|
||
</dd> | ||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<dl> | ||
<dt>Defined in:</dt> | ||
<dd>opal/opal/corelib/error.rb</dd> | ||
</dl> | ||
|
||
</div> | ||
|
||
<div id="subclasses"> | ||
<h2>Direct Known Subclasses</h2> | ||
<p class="children"><span class='object_link'><a href="UncaughtThrowError.html" title="UncaughtThrowError (class)">UncaughtThrowError</a></span></p> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h2>Method Summary</h2> | ||
|
||
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Exception.html" title="Exception (class)">Exception</a></span></h3> | ||
<p class="inherited"><span class='object_link'><a href="Exception.html#backtrace-instance_method" title="Exception#backtrace (method)">#backtrace</a></span>, <span class='object_link'><a href="Exception.html#backtrace_locations-instance_method" title="Exception#backtrace_locations (method)">#backtrace_locations</a></span>, <span class='object_link'><a href="Exception.html#cause-instance_method" title="Exception#cause (method)">#cause</a></span>, <span class='object_link'><a href="Exception.html#copy_instance_variables-instance_method" title="Exception#copy_instance_variables (method)">#copy_instance_variables</a></span>, <span class='object_link'><a href="Exception.html#exception-class_method" title="Exception.exception (method)">exception</a></span>, <span class='object_link'><a href="Exception.html#exception-instance_method" title="Exception#exception (method)">#exception</a></span>, <span class='object_link'><a href="Exception.html#full_message-instance_method" title="Exception#full_message (method)">#full_message</a></span>, <span class='object_link'><a href="Exception.html#initialize-instance_method" title="Exception#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Exception.html#inspect-instance_method" title="Exception#inspect (method)">#inspect</a></span>, <span class='object_link'><a href="Exception.html#message-instance_method" title="Exception#message (method)">#message</a></span>, <span class='object_link'><a href="Exception.html#new-class_method" title="Exception.new (method)">new</a></span>, <span class='object_link'><a href="Exception.html#set_backtrace-instance_method" title="Exception#set_backtrace (method)">#set_backtrace</a></span>, <span class='object_link'><a href="Exception.html#to_s-instance_method" title="Exception#to_s (method)">#to_s</a></span></p> | ||
<div id="constructor_details" class="method_details_list"> | ||
<h2>Constructor Details</h2> | ||
|
||
<p class="notice">This class inherits a constructor from <span class='object_link'><a href="Exception.html#initialize-instance_method" title="Exception#initialize (method)">Exception</a></span></p> | ||
|
||
</div> | ||
|
||
|
||
</div> | ||
|
||
<div id="footer"> | ||
Generated on 10/12/23 by | ||
<!-- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> --> | ||
0.9.28 (ruby-2.7.5). | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.